summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-11-07 19:52:18 -0300
committerPerberos <[email protected]>2011-11-07 19:52:18 -0300
commit5ded9cba8563f336939400303d6a841d5089b107 (patch)
treec5676588cff26ba37e12369fe4de24b54e9f6682 /data
parentf00b3a11a199f9f85a4d46a600f9d14179b37dbf (diff)
downloadpluma-5ded9cba8563f336939400303d6a841d5089b107.tar.bz2
pluma-5ded9cba8563f336939400303d6a841d5089b107.tar.xz
renaming from gedit to pluma
Diffstat (limited to 'data')
-rwxr-xr-xdata/Makefile.am22
-rwxr-xr-xdata/pluma-bugreport.sh.in (renamed from data/gedit-bugreport.sh.in)10
-rwxr-xr-xdata/pluma.1 (renamed from data/gedit.1)32
-rwxr-xr-xdata/pluma.desktop.in.in (renamed from data/gedit.desktop.in.in)12
-rwxr-xr-xdata/pluma.pc.in (renamed from data/gedit.pc.in)8
-rwxr-xr-xdata/pluma.schemas.in.in (renamed from data/gedit.schemas.in.in)284
6 files changed, 184 insertions, 184 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 0a09ccaf..a137334f 100755
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,23 +1,23 @@
desktopdir = $(datadir)/applications
-desktop_in_files = gedit.desktop.in
+desktop_in_files = pluma.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
schemasdir = $(MATECONF_SCHEMA_FILE_DIR)
-schemas_in_files = gedit.schemas.in
+schemas_in_files = pluma.schemas.in
schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
@INTLTOOL_SCHEMAS_RULE@
-man_MANS = gedit.1
+man_MANS = pluma.1
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = gedit-@[email protected]
+pkgconfig_DATA = pluma-@[email protected]
-gedit-@[email protected]: gedit.pc
- cp gedit.pc gedit-@[email protected]
+pluma-@[email protected]: pluma.pc
+ cp pluma.pc pluma-@[email protected]
-bugreportdir = $(libexecdir)/gedit-2
-bugreport_SCRIPTS = gedit-bugreport.sh
+bugreportdir = $(libexecdir)/pluma-2
+bugreport_SCRIPTS = pluma-bugreport.sh
if MATECONF_SCHEMAS_INSTALL
install-data-local:
@@ -33,10 +33,10 @@ endif
EXTRA_DIST = \
$(desktop_in_files) \
$(schemas_in_files) \
- gedit.schemas.in.in \
+ pluma.schemas.in.in \
$(man_MANS) \
- gedit.pc.in \
- gedit-bugreport.sh.in
+ pluma.pc.in \
+ pluma-bugreport.sh.in
CLEANFILES = \
$(desktop_DATA) \
diff --git a/data/gedit-bugreport.sh.in b/data/pluma-bugreport.sh.in
index 24ee6a48..d59d7969 100755
--- a/data/gedit-bugreport.sh.in
+++ b/data/pluma-bugreport.sh.in
@@ -20,22 +20,22 @@ echo_padded ()
#if (which mateconftool-2 >/dev/null)
#then
# echo "MateConf configuration dump:"
-# mateconftool-2 --dump /apps/gedit-2 | grep -Ev "</?(entry|mateconfentryfile|entrylist|value|schema_key)" | cut -c4-
+# mateconftool-2 --dump /apps/pluma-2 | grep -Ev "</?(entry|mateconfentryfile|entrylist|value|schema_key)" | cut -c4-
# echo
#fi
echo "Active plugins:"
-mateconftool-2 --get /apps/gedit-2/plugins/active-plugins \
+mateconftool-2 --get /apps/pluma-2/plugins/active-plugins \
| sed -r -e 's/^\[(.*)\]$/\1/' -e 's/,/\n/g' \
| sed -e 's/^.*$/ - \0/'
echo
# Manually installed plugins (in $HOME)
-if [ -d $HOME/.mate2/gedit/plugins ]
+if [ -d $HOME/.mate2/pluma/plugins ]
then
echo "Plugins in \$HOME:"
- ls $HOME/.mate2/gedit/plugins/*.gedit-plugin \
- | sed -r -e 's#.*/([^/]*)\.gedit-plugin$# - \1#'
+ ls $HOME/.mate2/pluma/plugins/*.pluma-plugin \
+ | sed -r -e 's#.*/([^/]*)\.pluma-plugin$# - \1#'
else
echo "No plugin installed in \$HOME."
fi
diff --git a/data/gedit.1 b/data/pluma.1
index 8a1e87c9..9d3bc49b 100755
--- a/data/gedit.1
+++ b/data/pluma.1
@@ -1,23 +1,23 @@
-.TH GEDIT 1 "24 Apr 2006"
+.TH PLUMA 1 "24 Apr 2006"
.SH NAME
-\fBgedit\fP \- text editor for the MATE Desktop
+\fBpluma\fP \- text editor for the MATE Desktop
.SH SYNOPSIS
-.B gedit
+.B pluma
[\fIOPTION\fR]... [\fIFILE\fR]...
.SH DESCRIPTION
-.B gedit
+.B pluma
is the official text editor of the MATE desktop environment.
While aiming at simplicity and ease of use,
-.B gedit
+.B pluma
is a powerful general purpose text editor.
It can be used to create and edit all kinds of text files.
-.B gedit
+.B pluma
features a flexible plugin system which can be used to dynamically add
new advanced features to
-.B gedit
+.B pluma
itself.
.LP
.SH OPTIONS
@@ -31,11 +31,11 @@ Set the character encoding to be used for opening the files listed on the comman
.TP
\fB\-\-new\-window\fR
Create a new toplevel window in an existing instance of
-.B gedit.
+.B pluma.
.TP
\fB\-\-new\-document\fR
Create a new document in an existing instance of
-.B gedit.
+.B pluma.
.TP
\fB+[num]\fR
For the first file, go to the line specified by "num" (do not insert a space between the "+" sign and the number).
@@ -43,17 +43,17 @@ If "num" is missing, go to the last line.
.TP
\fBfilename(s)...\fR
Specifies the file to open when
-.B gedit
+.B pluma
starts. If this is not specified,
-.B gedit
+.B pluma
will load a blank file with an "Unsaved Document" label. Multiple files can be loaded if they are
separated by spaces.
-.B gedit
+.B pluma
also supports handling of remote files. For example, you can pass the location
of a webpage to
-.B gedit,
-like "http://www.mate.org", or load a file from a FTP server,
-like "ftp://ftp.mate.org/robots.txt".
+.B pluma,
+like "http://www.gnome.org", or load a file from a FTP server,
+like "ftp://ftp.gnome.org/robots.txt".
.TP
\fB\-\-list-encodings\fR
Display list of possible values for the encoding option and exit
@@ -62,7 +62,7 @@ Display list of possible values for the encoding option and exit
Output version information and exit
.SH BUGS
-If you find a bug, please report it at http://bugzilla.mate.org/enter_bug.cgi?product=gedit.
+If you find a bug, please report it at http://bugzilla.gnome.org/enter_bug.cgi?product=pluma.
.SH AUTHORS
Paolo Maggi ([email protected])
.TP
diff --git a/data/gedit.desktop.in.in b/data/pluma.desktop.in.in
index a8c456e2..02960688 100755
--- a/data/gedit.desktop.in.in
+++ b/data/pluma.desktop.in.in
@@ -1,18 +1,18 @@
[Desktop Entry]
-_Name=gedit
+_Name=pluma
_GenericName=Text Editor
_Comment=Edit text files
-Exec=gedit %U
+Exec=pluma %U
Terminal=false
Type=Application
StartupNotify=true
MimeType=text/plain;
Icon=accessories-text-editor
Categories=MATE;GTK;Utility;TextEditor;
-X-MATE-DocPath=gedit/gedit.xml
-_X-MATE-FullName=gedit Text Editor
+X-MATE-DocPath=pluma/pluma.xml
+_X-MATE-FullName=pluma Text Editor
X-MATE-Bugzilla-Bugzilla=MATE
-X-MATE-Bugzilla-Product=gedit
+X-MATE-Bugzilla-Product=pluma
X-MATE-Bugzilla-Component=general
X-MATE-Bugzilla-Version=@VERSION@
-X-MATE-Bugzilla-ExtraInfoScript=@FULL_LIBEXECDIR@/gedit-2/gedit-bugreport.sh
+X-MATE-Bugzilla-ExtraInfoScript=@FULL_LIBEXECDIR@/pluma-2/pluma-bugreport.sh
diff --git a/data/gedit.pc.in b/data/pluma.pc.in
index 78a3f1e6..ca673245 100755
--- a/data/gedit.pc.in
+++ b/data/pluma.pc.in
@@ -3,9 +3,9 @@ exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
-Name: gedit
-Description: gedit
+Name: pluma
+Description: pluma
Requires: gtksourceview-2.0
Version: @VERSION@
-Cflags: -I${includedir}/gedit-@GEDIT_API_VERSION@
-Libs: -L${libdir} @GEDIT_IMPLIB@
+Cflags: -I${includedir}/pluma-@PLUMA_API_VERSION@
+Libs: -L${libdir} @PLUMA_IMPLIB@
diff --git a/data/gedit.schemas.in.in b/data/pluma.schemas.in.in
index 62bd4f84..5398bbbf 100755
--- a/data/gedit.schemas.in.in
+++ b/data/pluma.schemas.in.in
@@ -1,24 +1,24 @@
<mateconfschemafile>
<schemalist>
<schema>
- <key>/schemas/apps/gedit-2/preferences/editor/font/use_default_font</key>
- <applyto>/apps/gedit-2/preferences/editor/font/use_default_font</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/editor/font/use_default_font</key>
+ <applyto>/apps/pluma-2/preferences/editor/font/use_default_font</applyto>
+ <owner>pluma</owner>
<type>bool</type>
<default>TRUE</default>
<locale name="C">
<short>Use Default Font</short>
<long>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
+ text instead of a font specific to pluma. If this option is turned
off, then the font named in the "Editor Font" option will be
used instead of the system font.</long>
</locale>
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/editor/font/editor_font</key>
- <applyto>/apps/gedit-2/preferences/editor/font/editor_font</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/editor/font/editor_font</key>
+ <applyto>/apps/pluma-2/preferences/editor/font/editor_font</applyto>
+ <owner>pluma</owner>
<type>string</type>
<locale name="C">
<default><!-- Translators: This is the Editor Font.
@@ -31,9 +31,9 @@
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/editor/colors/scheme</key>
- <applyto>/apps/gedit-2/preferences/editor/colors/scheme</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/editor/colors/scheme</key>
+ <applyto>/apps/pluma-2/preferences/editor/colors/scheme</applyto>
+ <owner>pluma</owner>
<type>string</type>
<default>classic</default>
<locale name="C">
@@ -44,78 +44,78 @@
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/editor/save/create_backup_copy</key>
- <applyto>/apps/gedit-2/preferences/editor/save/create_backup_copy</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/editor/save/create_backup_copy</key>
+ <applyto>/apps/pluma-2/preferences/editor/save/create_backup_copy</applyto>
+ <owner>pluma</owner>
<type>bool</type>
<default>FALSE</default>
<locale name="C">
<short>Create Backup Copies</short>
- <long>Whether gedit should create backup copies for the files
+ <long>Whether pluma should create backup copies for the files
it saves. You can set the backup file extension with the
"Backup Copy Extension" option.</long>
</locale>
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/editor/save/auto_save</key>
- <applyto>/apps/gedit-2/preferences/editor/save/auto_save</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/editor/save/auto_save</key>
+ <applyto>/apps/pluma-2/preferences/editor/save/auto_save</applyto>
+ <owner>pluma</owner>
<type>bool</type>
<default>FALSE</default>
<locale name="C">
<short>Autosave</short>
- <long>Whether gedit should automatically save modified files
+ <long>Whether pluma should automatically save modified files
after a time interval. You can set the time interval with the
"Autosave Interval" option.</long>
</locale>
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/editor/save/auto_save_interval</key>
- <applyto>/apps/gedit-2/preferences/editor/save/auto_save_interval</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/editor/save/auto_save_interval</key>
+ <applyto>/apps/pluma-2/preferences/editor/save/auto_save_interval</applyto>
+ <owner>pluma</owner>
<type>int</type>
<default>10</default>
<locale name="C">
<short>Autosave Interval</short>
- <long>Number of minutes after which gedit will automatically
+ <long>Number of minutes after which pluma will automatically
save modified files. This will only take effect if the "Autosave"
option is turned on.</long>
</locale>
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/editor/undo/undo_actions_limit</key>
- <applyto>/apps/gedit-2/preferences/editor/undo/undo_actions_limit</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/editor/undo/undo_actions_limit</key>
+ <applyto>/apps/pluma-2/preferences/editor/undo/undo_actions_limit</applyto>
+ <owner>pluma</owner>
<type>int</type>
<default>25</default>
<locale name="C">
<short>Undo Actions Limit (DEPRECATED)</short>
- <long>Maximum number of actions that gedit will be able to
+ <long>Maximum number of actions that pluma will be able to
undo or redo. Use "-1" for unlimited number of actions.
Deprecated since 2.12.0</long>
</locale>
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/editor/undo/max_undo_actions</key>
- <applyto>/apps/gedit-2/preferences/editor/undo/max_undo_actions</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/editor/undo/max_undo_actions</key>
+ <applyto>/apps/pluma-2/preferences/editor/undo/max_undo_actions</applyto>
+ <owner>pluma</owner>
<type>int</type>
<default>2000</default>
<locale name="C">
<short>Maximum Number of Undo Actions</short>
- <long>Maximum number of actions that gedit will be able to
+ <long>Maximum number of actions that pluma will be able to
undo or redo. Use "-1" for unlimited number of actions.</long>
</locale>
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/editor/wrap_mode/wrap_mode</key>
- <applyto>/apps/gedit-2/preferences/editor/wrap_mode/wrap_mode</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/editor/wrap_mode/wrap_mode</key>
+ <applyto>/apps/pluma-2/preferences/editor/wrap_mode/wrap_mode</applyto>
+ <owner>pluma</owner>
<type>string</type>
<default>GTK_WRAP_WORD</default>
<locale name="C">
@@ -130,9 +130,9 @@
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/editor/tabs/tabs_size</key>
- <applyto>/apps/gedit-2/preferences/editor/tabs/tabs_size</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/editor/tabs/tabs_size</key>
+ <applyto>/apps/pluma-2/preferences/editor/tabs/tabs_size</applyto>
+ <owner>pluma</owner>
<type>int</type>
<default>8</default>
<locale name="C">
@@ -143,83 +143,83 @@
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/editor/tabs/insert_spaces</key>
- <applyto>/apps/gedit-2/preferences/editor/tabs/insert_spaces</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/editor/tabs/insert_spaces</key>
+ <applyto>/apps/pluma-2/preferences/editor/tabs/insert_spaces</applyto>
+ <owner>pluma</owner>
<type>bool</type>
<default>FALSE</default>
<locale name="C">
<short>Insert spaces</short>
- <long>Whether gedit should insert spaces instead of tabs.</long>
+ <long>Whether pluma should insert spaces instead of tabs.</long>
</locale>
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/editor/auto_indent/auto_indent</key>
- <applyto>/apps/gedit-2/preferences/editor/auto_indent/auto_indent</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/editor/auto_indent/auto_indent</key>
+ <applyto>/apps/pluma-2/preferences/editor/auto_indent/auto_indent</applyto>
+ <owner>pluma</owner>
<type>bool</type>
<default>FALSE</default>
<locale name="C">
<short>Automatic indent</short>
- <long>Whether gedit should enable automatic indentation.</long>
+ <long>Whether pluma should enable automatic indentation.</long>
</locale>
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/editor/line_numbers/display_line_numbers</key>
- <applyto>/apps/gedit-2/preferences/editor/line_numbers/display_line_numbers</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/editor/line_numbers/display_line_numbers</key>
+ <applyto>/apps/pluma-2/preferences/editor/line_numbers/display_line_numbers</applyto>
+ <owner>pluma</owner>
<type>bool</type>
<default>FALSE</default>
<locale name="C">
<short>Display Line Numbers</short>
- <long>Whether gedit should display line numbers in the editing
+ <long>Whether pluma should display line numbers in the editing
area.</long>
</locale>
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/editor/current_line/highlight_current_line</key>
- <applyto>/apps/gedit-2/preferences/editor/current_line/highlight_current_line</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/editor/current_line/highlight_current_line</key>
+ <applyto>/apps/pluma-2/preferences/editor/current_line/highlight_current_line</applyto>
+ <owner>pluma</owner>
<type>bool</type>
<default>FALSE</default>
<locale name="C">
<short>Highlight Current Line</short>
- <long>Whether gedit should highlight the current line.</long>
+ <long>Whether pluma should highlight the current line.</long>
</locale>
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/editor/bracket_matching/bracket_matching</key>
- <applyto>/apps/gedit-2/preferences/editor/bracket_matching/bracket_matching</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/editor/bracket_matching/bracket_matching</key>
+ <applyto>/apps/pluma-2/preferences/editor/bracket_matching/bracket_matching</applyto>
+ <owner>pluma</owner>
<type>bool</type>
<default>FALSE</default>
<locale name="C">
<short>Highlight Matching Bracket</short>
- <long>Whether gedit should highlight the bracket matching the selected one.</long>
+ <long>Whether pluma should highlight the bracket matching the selected one.</long>
</locale>
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/editor/right_margin/display_right_margin</key>
- <applyto>/apps/gedit-2/preferences/editor/right_margin/display_right_margin</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/editor/right_margin/display_right_margin</key>
+ <applyto>/apps/pluma-2/preferences/editor/right_margin/display_right_margin</applyto>
+ <owner>pluma</owner>
<type>bool</type>
<default>FALSE</default>
<locale name="C">
<short>Display Right Margin</short>
- <long>Whether gedit should display the right margin in the editing
+ <long>Whether pluma should display the right margin in the editing
area.</long>
</locale>
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/editor/right_margin/right_margin_position</key>
- <applyto>/apps/gedit-2/preferences/editor/right_margin/right_margin_position</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/editor/right_margin/right_margin_position</key>
+ <applyto>/apps/pluma-2/preferences/editor/right_margin/right_margin_position</applyto>
+ <owner>pluma</owner>
<type>int</type>
<default>80</default>
<locale name="C">
@@ -229,9 +229,9 @@
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/editor/smart_home_end/smart_home_end</key>
- <applyto>/apps/gedit-2/preferences/editor/smart_home_end/smart_home_end</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/editor/smart_home_end/smart_home_end</key>
+ <applyto>/apps/pluma-2/preferences/editor/smart_home_end/smart_home_end</applyto>
+ <owner>pluma</owner>
<type>string</type>
<default>after</default>
<locale name="C">
@@ -248,9 +248,9 @@
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/ui/toolbar/toolbar_visible</key>
- <applyto>/apps/gedit-2/preferences/ui/toolbar/toolbar_visible</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/ui/toolbar/toolbar_visible</key>
+ <applyto>/apps/pluma-2/preferences/ui/toolbar/toolbar_visible</applyto>
+ <owner>pluma</owner>
<type>bool</type>
<default>TRUE</default>
<locale name="C">
@@ -260,27 +260,27 @@
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/ui/toolbar/toolbar_buttons_style</key>
- <applyto>/apps/gedit-2/preferences/ui/toolbar/toolbar_buttons_style</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/ui/toolbar/toolbar_buttons_style</key>
+ <applyto>/apps/pluma-2/preferences/ui/toolbar/toolbar_buttons_style</applyto>
+ <owner>pluma</owner>
<type>string</type>
<default>@TOOLBAR_STYLE@</default>
<locale name="C">
<short>Toolbar Buttons Style</short>
<long>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.
+ "PLUMA_TOOLBAR_SYSTEM" to use the system's default style,
+ "PLUMA_TOOLBAR_ICONS" to display icons only,
+ "PLUMA_TOOLBAR_ICONS_AND_TEXT" to display both icons and text, and
+ "PLUMA_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.</long>
</locale>
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/ui/statusbar/statusbar_visible</key>
- <applyto>/apps/gedit-2/preferences/ui/statusbar/statusbar_visible</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/ui/statusbar/statusbar_visible</key>
+ <applyto>/apps/pluma-2/preferences/ui/statusbar/statusbar_visible</applyto>
+ <owner>pluma</owner>
<type>bool</type>
<default>TRUE</default>
<locale name="C">
@@ -291,9 +291,9 @@
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/ui/side_pane/side_pane_visible</key>
- <applyto>/apps/gedit-2/preferences/ui/side_pane/side_pane_visible</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/ui/side_pane/side_pane_visible</key>
+ <applyto>/apps/pluma-2/preferences/ui/side_pane/side_pane_visible</applyto>
+ <owner>pluma</owner>
<type>bool</type>
<default>FALSE</default>
<locale name="C">
@@ -304,9 +304,9 @@
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/ui/bottom_panel/bottom_panel_visible</key>
- <applyto>/apps/gedit-2/preferences/ui/bottom_panel/bottom_panel_visible</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/ui/bottom_panel/bottom_panel_visible</key>
+ <applyto>/apps/pluma-2/preferences/ui/bottom_panel/bottom_panel_visible</applyto>
+ <owner>pluma</owner>
<type>bool</type>
<default>FALSE</default>
<locale name="C">
@@ -317,35 +317,35 @@
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/print/page/print_syntax_highlighting</key>
- <applyto>/apps/gedit-2/preferences/print/page/print_syntax_highlighting</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/print/page/print_syntax_highlighting</key>
+ <applyto>/apps/pluma-2/preferences/print/page/print_syntax_highlighting</applyto>
+ <owner>pluma</owner>
<type>bool</type>
<default>TRUE</default>
<locale name="C">
<short>Print Syntax Highlighting</short>
- <long>Whether gedit should print syntax highlighting when
+ <long>Whether pluma should print syntax highlighting when
printing documents.</long>
</locale>
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/print/page/print_header</key>
- <applyto>/apps/gedit-2/preferences/print/page/print_header</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/print/page/print_header</key>
+ <applyto>/apps/pluma-2/preferences/print/page/print_header</applyto>
+ <owner>pluma</owner>
<type>bool</type>
<default>TRUE</default>
<locale name="C">
<short>Print Header</short>
- <long>Whether gedit should include a document header when
+ <long>Whether pluma should include a document header when
printing documents.</long>
</locale>
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/print/page/print_wrap_mode</key>
- <applyto>/apps/gedit-2/preferences/print/page/print_wrap_mode</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/print/page/print_wrap_mode</key>
+ <applyto>/apps/pluma-2/preferences/print/page/print_wrap_mode</applyto>
+ <owner>pluma</owner>
<type>string</type>
<default>GTK_WRAP_WORD</default>
<locale name="C">
@@ -360,23 +360,23 @@
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/print/page/print_line_numbers</key>
- <applyto>/apps/gedit-2/preferences/print/page/print_line_numbers</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/print/page/print_line_numbers</key>
+ <applyto>/apps/pluma-2/preferences/print/page/print_line_numbers</applyto>
+ <owner>pluma</owner>
<type>int</type>
<default>0</default>
<locale name="C">
<short>Print Line Numbers</short>
<long>If this value is 0, then no line numbers will be
- inserted when printing a document. Otherwise, gedit will
+ inserted when printing a document. Otherwise, pluma will
print line numbers every such number of lines.</long>
</locale>
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/print/fonts/print_font_body_pango</key>
- <applyto>/apps/gedit-2/preferences/print/fonts/print_font_body_pango</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/print/fonts/print_font_body_pango</key>
+ <applyto>/apps/pluma-2/preferences/print/fonts/print_font_body_pango</applyto>
+ <owner>pluma</owner>
<type>string</type>
<locale name="C">
<default><!-- Translators: This is the Body font for printing.
@@ -388,9 +388,9 @@
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/print/fonts/print_font_header_pango</key>
- <applyto>/apps/gedit-2/preferences/print/fonts/print_font_header_pango</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/print/fonts/print_font_header_pango</key>
+ <applyto>/apps/pluma-2/preferences/print/fonts/print_font_header_pango</applyto>
+ <owner>pluma</owner>
<type>string</type>
<locale name="C">
<default><!-- Translators: This is the Header font for printing.
@@ -403,9 +403,9 @@
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/print/fonts/print_font_numbers_pango</key>
- <applyto>/apps/gedit-2/preferences/print/fonts/print_font_numbers_pango</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/print/fonts/print_font_numbers_pango</key>
+ <applyto>/apps/pluma-2/preferences/print/fonts/print_font_numbers_pango</applyto>
+ <owner>pluma</owner>
<type>string</type>
<locale name="C">
<default><!-- Translators: This is the Line Number font for printing.
@@ -418,9 +418,9 @@
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/ui/recents/max_recents</key>
- <applyto>/apps/gedit-2/preferences/ui/recents/max_recents</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/ui/recents/max_recents</key>
+ <applyto>/apps/pluma-2/preferences/ui/recents/max_recents</applyto>
+ <owner>pluma</owner>
<type>int</type>
<default>5</default>
<locale name="C">
@@ -431,33 +431,33 @@
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/encodings/auto_detected</key>
- <applyto>/apps/gedit-2/preferences/encodings/auto_detected</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/encodings/auto_detected</key>
+ <applyto>/apps/pluma-2/preferences/encodings/auto_detected</applyto>
+ <owner>pluma</owner>
<type>list</type>
<list_type>string</list_type>
<locale name="C">
- <default><!-- Translators: This is the sorted list of encodings used by gedit
+ <default><!-- Translators: This is the sorted list of encodings used by pluma
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
+ "CURRENT" is a magic value used by pluma 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.mate.org/viewcvs/gedit/trunk/gedit/gedit-encodings.c?view=markup for
+ See http://svn.gnome.org/viewcvs/pluma/trunk/pluma/pluma-encodings.c?view=markup for
a list of supported encodings -->[UTF-8,CURRENT,ISO-8859-15,UTF-16]</default>
<short>Automatically Detected Encodings</short>
- <long>Sorted list of encodings used by gedit for automatically detecting the encoding of
+ <long>Sorted list of encodings used by pluma for automatically detecting the encoding of
a file. "CURRENT" represents the current locale encoding. Only recognized encodings are used.</long>
</locale>
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/encodings/shown_in_menu</key>
- <applyto>/apps/gedit-2/preferences/encodings/shown_in_menu</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/encodings/shown_in_menu</key>
+ <applyto>/apps/pluma-2/preferences/encodings/shown_in_menu</applyto>
+ <owner>pluma</owner>
<type>list</type>
<list_type>string</list_type>
<locale name="C">
@@ -470,66 +470,66 @@
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/syntax_highlighting/enable</key>
- <applyto>/apps/gedit-2/preferences/syntax_highlighting/enable</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/syntax_highlighting/enable</key>
+ <applyto>/apps/pluma-2/preferences/syntax_highlighting/enable</applyto>
+ <owner>pluma</owner>
<type>bool</type>
<default>TRUE</default>
<locale name="C">
<short>Enable Syntax Highlighting</short>
- <long>Whether gedit should enable syntax highlighting.</long>
+ <long>Whether pluma should enable syntax highlighting.</long>
</locale>
</schema>
<schema>
- <key>/schemas/apps/gedit-2/plugins/active-plugins</key>
- <applyto>/apps/gedit-2/plugins/active-plugins</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/plugins/active-plugins</key>
+ <applyto>/apps/pluma-2/plugins/active-plugins</applyto>
+ <owner>pluma</owner>
<type>list</type>
<list_type>string</list_type>
<default>[@ACTIVE_PLUGINS@]</default>
<locale name="C">
<short>Active plugins</short>
- <long>List of active plugins. It contains the "Location" of the active plugins. See the .gedit-plugin file for obtaining
+ <long>List of active plugins. It contains the "Location" of the active plugins. See the .pluma-plugin file for obtaining
the "Location" of a given plugin.</long>
</locale>
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/editor/save/writable_vfs_schemes</key>
- <applyto>/apps/gedit-2/preferences/editor/save/writable_vfs_schemes</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/editor/save/writable_vfs_schemes</key>
+ <applyto>/apps/pluma-2/preferences/editor/save/writable_vfs_schemes</applyto>
+ <owner>pluma</owner>
<type>list</type>
<list_type>string</list_type>
<default>[dav,davs,ftp,sftp,smb,ssh]</default>
<locale name="C">
<short>Writable VFS schemes</short>
- <long>List of VFS schemes gedit supports in write mode. The 'file' scheme
+ <long>List of VFS schemes pluma supports in write mode. The 'file' scheme
is writable by default.</long>
</locale>
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/editor/cursor_position/restore_cursor_position</key>
- <applyto>/apps/gedit-2/preferences/editor/cursor_position/restore_cursor_position</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/editor/cursor_position/restore_cursor_position</key>
+ <applyto>/apps/pluma-2/preferences/editor/cursor_position/restore_cursor_position</applyto>
+ <owner>pluma</owner>
<type>bool</type>
<default>TRUE</default>
<locale name="C">
<short>Restore Previous Cursor Position</short>
- <long>Whether gedit should restore the previous cursor position when a file is loaded.</long>
+ <long>Whether pluma should restore the previous cursor position when a file is loaded.</long>
</locale>
</schema>
<schema>
- <key>/schemas/apps/gedit-2/preferences/editor/search_highlighting/enable</key>
- <applyto>/apps/gedit-2/preferences/editor/search_highlighting/enable</applyto>
- <owner>gedit</owner>
+ <key>/schemas/apps/pluma-2/preferences/editor/search_highlighting/enable</key>
+ <applyto>/apps/pluma-2/preferences/editor/search_highlighting/enable</applyto>
+ <owner>pluma</owner>
<type>bool</type>
<default>TRUE</default>
<locale name="C">
<short>Enable Search Highlighting</short>
- <long>Whether gedit should highlight all the occurrences of the searched text.</long>
+ <long>Whether pluma should highlight all the occurrences of the searched text.</long>
</locale>
</schema>