Compare commits
25 Commits
tricia-bac
...
2.6.0
Author | SHA1 | Date |
---|---|---|
|
8bb308de4f | |
|
0cb924853d | |
|
14896668d3 | |
|
8b0f775e7e | |
|
385d32dbfc | |
|
2bb61b9190 | |
|
c8a0150fd4 | |
|
6f58fd2f2c | |
|
b6483090b6 | |
|
5e9e34ed60 | |
|
6bbcc343dd | |
|
1d39305c1c | |
|
45bcb345e8 | |
|
d1833f6591 | |
|
8a98e18511 | |
|
c3b8a73695 | |
|
7302b14f78 | |
|
5a16a65643 | |
|
d5a48be670 | |
|
bfa1fa0e00 | |
|
c19752ec31 | |
|
4eaddc1cb7 | |
|
808e77b052 | |
|
5e2c6f0369 | |
|
55e386beef |
|
@ -0,0 +1,12 @@
|
|||
# Specify filepatterns you want git to ignore.
|
||||
debian/tmp/
|
||||
debian/build/
|
||||
debian/.debhelper/
|
||||
debian/xed/
|
||||
debian/xed-common/
|
||||
debian/xed-dbg/
|
||||
debian/xed-dev/
|
||||
debian/xed-doc/
|
||||
debian/files
|
||||
debian/*.log
|
||||
debian/*.substvars
|
41
README
41
README
|
@ -1,41 +0,0 @@
|
|||
General Information
|
||||
===================
|
||||
|
||||
xed is a small and lightweight text editor.
|
||||
|
||||
xed supports most standard editing features, plus several not found in your
|
||||
average text editor (plugins being the most notable of these).
|
||||
|
||||
Although new features are always under development, currently xed has:
|
||||
|
||||
* Complete support for UTF-8 text
|
||||
* Syntax highlighting
|
||||
* Support for editing remote files
|
||||
* Search and Replace
|
||||
* Printing and Print Previewing Support
|
||||
* File Revert
|
||||
* A complete preferences interface
|
||||
* Configurable Plugin system, with optional python support
|
||||
|
||||
Some of the plugins, packaged and installed with xed include, among others:
|
||||
|
||||
* Word count
|
||||
* Spell checker
|
||||
* Change case of selected text
|
||||
* File Browser
|
||||
* Sort
|
||||
* Insert Date/Time
|
||||
* Tag list
|
||||
|
||||
xed is released under the GNU General Public License (GPL) version 2, see
|
||||
the file 'COPYING' for more information.
|
||||
|
||||
Installation
|
||||
============
|
||||
|
||||
Simple install procedure:
|
||||
|
||||
% meson . build # run the `configure' script
|
||||
% ninja -v -C build # build xed
|
||||
[ Become root if necessary ]
|
||||
% ninja install -v -C build # install xed
|
|
@ -0,0 +1,74 @@
|
|||
# Xed Text Editor
|
||||
|
||||
xed is a small and lightweight text editor.
|
||||
|
||||
xed supports most standard editing features, plus several not found in your
|
||||
average text editor (plugins being the most notable of these).
|
||||
|
||||
Although new features are always under development, currently xed has:
|
||||
|
||||
* Complete support for UTF-8 text
|
||||
* Syntax highlighting
|
||||
* Support for editing remote files
|
||||
* Search and Replace
|
||||
* Printing and Print Previewing Support
|
||||
* File Revert
|
||||
* A complete preferences interface
|
||||
* Configurable Plugin system, with optional python support
|
||||
|
||||
Some of the plugins, packaged and installed with xed include, among others:
|
||||
|
||||
* Change Case
|
||||
* Document Statistics
|
||||
* File Browser
|
||||
* Indent Lines
|
||||
* Insert Date/Time
|
||||
* Modelines
|
||||
* Save Without Trailing Spaces
|
||||
* Sort
|
||||
* Spell checker
|
||||
* Tag list
|
||||
* Word Completion
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
```
|
||||
1. run the 'configure' script
|
||||
# meson --prefix=/usr build
|
||||
2. build xed
|
||||
# ninja -v -C build
|
||||
3. install xed
|
||||
# sudo ninja install -v -C build
|
||||
|
||||
** Build Instructions for Debian-based distros **
|
||||
1. run "dpkg-buildpackage" from the xed base directory
|
||||
2. cd ..
|
||||
3. run
|
||||
# sudo dpkg -i *.deb
|
||||
4. From then, any new changes can be applied by running
|
||||
# sudo ninja -C debian/build install
|
||||
```
|
||||
|
||||
### Xed look and feel
|
||||
|
||||
##### Classic Mode
|
||||

|
||||
|
||||
##### Theme selections
|
||||

|
||||
|
||||
##### Search and Replace feature
|
||||

|
||||
|
||||
##### Select from several languages in Highlight syntax mode
|
||||

|
||||
|
||||
##### Xed Shortcuts
|
||||

|
||||

|
||||
|
||||
|
||||
|
||||
> xed is released under the GNU General Public License (GPL) version 2, see
|
||||
> the file 'COPYING' for more information.
|
|
@ -42,6 +42,9 @@ Output version information and exit
|
|||
\fB\-?, \-h, \-\-help\fR
|
||||
Print standard command line options.
|
||||
.TP
|
||||
\fB\-w, \-\-wait\fR
|
||||
Open files and block the xed process.
|
||||
.TP
|
||||
\fB\-\-help\-all\fR
|
||||
Print all command line options.
|
||||
.P
|
||||
|
|
|
@ -1,3 +1,57 @@
|
|||
xed (2.6.0) ulyana; urgency=medium
|
||||
|
||||
[ Stephen Collins ]
|
||||
* Disable the comments action when not supported to avoid confusion
|
||||
* Trailsave plugin: remove second trailing line
|
||||
* xed-tab-label.c: remove unused event box preventing scroll events
|
||||
|
||||
[ Michael Webster ]
|
||||
* xed-tab-label.c: Apply tab tooltip to the box containing the tab's label and icon, regression from 808e77b052322b8f.
|
||||
|
||||
[ Stephen Collins ]
|
||||
* Add .gitignore file
|
||||
|
||||
[ Clement Lefebvre ]
|
||||
* l10n: Update translations
|
||||
|
||||
[ Stephen Collins ]
|
||||
* Add settings widget to the prefs dialog for the implicit newline setting
|
||||
|
||||
[ icarter09 ]
|
||||
* Created initial test dir. Created File menu test.
|
||||
* Removed override_dh_auto_test so tests are not ran by default when building with dpkg.
|
||||
* Removed link that was not working.
|
||||
* Created new section for the Word Wrap shortcut. Increased height attribute to fit new section so a new page is not created.
|
||||
* Added logic to support using replace all across documents.
|
||||
* Added logic to check if the focus need to be set. Squashed formatting commits.
|
||||
|
||||
[ Clement Lefebvre ]
|
||||
* Packaging: Remove python dependency
|
||||
|
||||
[ Isaac Carter ]
|
||||
* Fixed memory issue found by valgrind (#366)
|
||||
|
||||
[ icarter09 ]
|
||||
* Cleaned up broken links.
|
||||
* Changed shortcut window to be non-model.
|
||||
* Added wait entry to man page. Removed logic that cause wait to open extra tab.
|
||||
* Added screen captures to README. Changed README to README.md and added markdown. Updated README with plugins and debian build instructions.
|
||||
|
||||
[ Isaac Carter ]
|
||||
* Update README.md
|
||||
|
||||
[ icarter09 ]
|
||||
* Added JoinLines plugin. Removed logic to split lines. Moved Join Line shortcut from Layout to Editing section.
|
||||
|
||||
[ JosephMcc ]
|
||||
* taglist: Use a symbolic icon in the notebook sidebar
|
||||
|
||||
[ Clement Lefebvre ]
|
||||
* l10n: Update POT
|
||||
* l10n: Update translations
|
||||
|
||||
-- Clement Lefebvre <root@linuxmint.com> Mon, 11 May 2020 13:58:58 +0100
|
||||
|
||||
xed (2.4.2) tricia; urgency=medium
|
||||
|
||||
* l10n: Update translations
|
||||
|
|
|
@ -53,8 +53,7 @@ Description: Text editor
|
|||
|
||||
Package: xed-common
|
||||
Architecture: all
|
||||
Depends: python,
|
||||
${misc:Depends},
|
||||
Depends: ${misc:Depends},
|
||||
Description: Text editor (common files)
|
||||
Xed is a text editor which supports most standard editor features,
|
||||
extending this basic functionality with other features not usually
|
||||
|
|
|
@ -15,9 +15,6 @@ override_dh_auto_configure:
|
|||
override_dh_installchangelogs:
|
||||
dh_installchangelogs NEWS
|
||||
|
||||
override_dh_auto_test:
|
||||
ninja -C debian/build test
|
||||
|
||||
override_dh_strip:
|
||||
dh_strip --dbg-package=xed-dbg
|
||||
|
||||
|
|
|
@ -1191,7 +1191,7 @@
|
|||
</variablelist>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="xed-prefs-plugins">
|
||||
<sect2 id="xed-prefs-plugins" xreflabel="Plugins Preferences">
|
||||
<title>Plugins Preferences</title>
|
||||
<para>Plugins add extra features to <application>&app;</application>. For more information on plugins and how to use the built-in plugins, see <xref linkend="xed-plugins-overview"/>.</para>
|
||||
|
||||
|
@ -1245,45 +1245,42 @@
|
|||
<title>Working with Plugins</title>
|
||||
<para>You can add extra features to <application>&app;</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>&app;</application> menus for the new features they provide.
|
||||
</para>
|
||||
<para>Several plugins come built-in with <application>&app;</application>, and you can install more. The <ulink type="http" url="http://live.gnome.org/Xed/Plugins">xed website</ulink> lists third-party plugins.</para>
|
||||
<para>To enable and disable plugins, or see which plugins are currently enabled, use the <link linkend="xed-prefs-plugins">Plugins Preferences</link>.</para>
|
||||
<para>Several plugins come built-in with <application>&app;</application>, and you can install more.</para>
|
||||
<para>To enable and disable plugins, or see which plugins are currently enabled, use the <xref linkend="xed-prefs-plugins"/>.</para>
|
||||
<para>The following plugins come built-in with <application>&app;</application>:</para>
|
||||
<!-- Not yet documented:
|
||||
File browser
|
||||
-->
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><link linkend="xed-change-case-plugin"><application>Change Case</application></link> allows you to change the case of the selected text.</para>
|
||||
<para><xref linkend="xed-change-case-plugin"/> allows you to change the case of the selected text.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><application><link linkend="xed-document-statistics-plugin">Document Statistics</link></application> shows the number of lines, words, and characters in the document. </para>
|
||||
<para><xref linkend="xed-document-statistics-plugin"/> shows the number of lines, words, and characters in the document. </para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><application><!-- <link linkend="xed-file-browser-plugin">File Browser</link>-->File Browser</application> allows you to browse your files and folders in the side pane.</para>
|
||||
<para><xref linkend="xed-file-browser-plugin"/> allows you to browse your files and folders in the side pane.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><application><link linkend="xed-indent-lines-plugin">Indent Lines</link></application> adds or removes indentation from the selected lines.</para>
|
||||
<para><xref linkend="xed-indent-lines-plugin"/> adds or removes indentation from the selected lines.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><application><link linkend="xed-insert-date-time-plugin">Insert Date/Time</link></application> adds the current date and time into a document.</para>
|
||||
<para><xref linkend="xed-insert-date-time-plugin"/> adds the current date and time into a document.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><application><link linkend="xed-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.</para>
|
||||
<para><xref linkend="xed-modelines-plugin"/> allows you to set editing preferences for individual documents, and supports <application>Emacs</application>, <application>Kate</application> and <application>Vim</application>-style modelines.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><application><link linkend="xed-sort-plugin">Sort</link></application> arranges selected lines of text into alphabetical order.</para>
|
||||
<para><xref linkend="xed-sort-plugin"/> arranges selected lines of text into alphabetical order.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><application><link linkend="xed-spell-checker-plugin">Spell Checker</link></application> corrects the spelling in the selected text, or marks errors automatically in the document.</para>
|
||||
<para><xref linkend="xed-spell-checker-plugin"/> corrects the spelling in the selected text, or marks errors automatically in the document.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><application><link linkend="xed-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.</para>
|
||||
<para><xref linkend="xed-tag-list-plugin"/> lets you insert commonly-used tags for HTML and other languages from a list in the side pane.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 id="xed-change-case-plugin">
|
||||
<sect2 id="xed-change-case-plugin" xreflabel="Change Case">
|
||||
<title>Change Case Plugin</title>
|
||||
<para>The <application>Change Case</application> plugin changes the case of the selected text.</para>
|
||||
<para>The following items are added to the <guimenu>Edit</guimenu> menu when the <application>Change Case</application> plugin is enabled:</para>
|
||||
|
@ -1334,7 +1331,7 @@
|
|||
|
||||
</sect2>
|
||||
|
||||
<sect2 id="xed-document-statistics-plugin">
|
||||
<sect2 id="xed-document-statistics-plugin" xreflabel="Document Statistics">
|
||||
<title>Document Statistics Plugin</title>
|
||||
<para>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:</para>
|
||||
<orderedlist>
|
||||
|
@ -1364,7 +1361,7 @@
|
|||
</orderedlist>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="xed-file-browser-plugin">
|
||||
<sect2 id="xed-file-browser-plugin" xreflabel="File Browser">
|
||||
<title>File Browser Plugin</title>
|
||||
<para>The <application>File Browser</application> Plugin shows your files and folders in the side pane, allowing you to quickly open files.</para>
|
||||
<para>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.</para>
|
||||
|
@ -1385,7 +1382,7 @@
|
|||
</sect3>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="xed-indent-lines-plugin">
|
||||
<sect2 id="xed-indent-lines-plugin" xreflabel="Indent Lines">
|
||||
<title>Indent Lines Plugin</title>
|
||||
<para>The <application>Indent Lines</application> plugin adds or removes space from the beginning of lines of text.</para>
|
||||
<para>To indent or unindent text, perform the following steps:</para>
|
||||
|
@ -1407,7 +1404,7 @@
|
|||
|
||||
</sect2>
|
||||
|
||||
<sect2 id="xed-insert-date-time-plugin">
|
||||
<sect2 id="xed-insert-date-time-plugin" xreflabel="Insert Date/Time">
|
||||
<title>Insert Date/Time Plugin</title>
|
||||
<para>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:</para>
|
||||
<orderedlist>
|
||||
|
@ -1455,7 +1452,7 @@
|
|||
</sect3>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="xed-modelines-plugin">
|
||||
<sect2 id="xed-modelines-plugin" xreflabel="Modelines">
|
||||
<title>Modelines Plugin</title>
|
||||
<para>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>&app;</application> recognises.</para>
|
||||
<para>Preferences set using modelines take precedence over the ones specified in the preference dialog.</para>
|
||||
|
@ -1483,12 +1480,12 @@
|
|||
<sect3 id="xed-modelines-plugin-emacs">
|
||||
<title>Emacs Modelines</title>
|
||||
<para>The first two lines of a document are scanned for <application>Emacs</application> modelines.</para>
|
||||
<para>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>.</para>
|
||||
<para>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.gnu.org/software/emacs/manual/html_node/emacs/index.html">GNU Emacs Manual</ulink>.</para>
|
||||
</sect3>
|
||||
<sect3 id="xed-modelines-plugin-kate">
|
||||
<title>Kate Modelines</title>
|
||||
<para>The first and last ten lines a document are scanned for <application>Kate</application> modelines.</para>
|
||||
<para>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>.</para>
|
||||
<para>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">Kate website</ulink>.</para>
|
||||
</sect3>
|
||||
<sect3 id="xed-modelines-plugin-vim">
|
||||
<title>Vim Modelines</title>
|
||||
|
@ -1497,7 +1494,7 @@
|
|||
</sect3>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="xed-sort-plugin">
|
||||
<sect2 id="xed-sort-plugin" xreflabel="Sort">
|
||||
<title>Sort Plugin</title>
|
||||
<para>The <application>Sort</application> plugin arranges selected lines of text into alphabetical order.</para>
|
||||
<caution><para>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>.
|
||||
|
@ -1534,7 +1531,7 @@
|
|||
</orderedlist>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="xed-spell-checker-plugin">
|
||||
<sect2 id="xed-spell-checker-plugin" xreflabel="Spell Checker">
|
||||
<title>Spell Checker Plugin</title>
|
||||
<para>The <application>Spell Checker</application> plugin checks the spelling in the selected text. You can configure <application>&app;</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:</para>
|
||||
<orderedlist>
|
||||
|
@ -1589,7 +1586,7 @@
|
|||
</orderedlist>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="xed-tag-list-plugin">
|
||||
<sect2 id="xed-tag-list-plugin" xreflabel="Tag List">
|
||||
<title>Tag List Plugin</title>
|
||||
<para>The <application>Tag List</application> plugin allows you to insert common tags from a list in the side pane.</para>
|
||||
<para>To use the Tag List plugin, perform the following steps:</para>
|
||||
|
|
14
meson.build
14
meson.build
|
@ -1,4 +1,4 @@
|
|||
project('xed', 'c', version : '2.4.2')
|
||||
project('xed', 'c', version : '2.6.0')
|
||||
|
||||
gnome = import('gnome')
|
||||
i18n = import('i18n')
|
||||
|
@ -8,7 +8,8 @@ version = meson.project_version()
|
|||
|
||||
xed_conf = configuration_data()
|
||||
xed_conf.set_quoted('VERSION', version)
|
||||
xed_conf.set_quoted('GETTEXT_PACKAGE', 'xed')
|
||||
#xed_conf.set_quoted('GETTEXT_PACKAGE', 'xed')
|
||||
xed_conf.set_quoted('GETTEXT_PACKAGE', meson.project_name())
|
||||
|
||||
# directories
|
||||
prefix = get_option('prefix')
|
||||
|
@ -94,6 +95,15 @@ if get_option('docs')
|
|||
subdir('docs/reference')
|
||||
endif
|
||||
|
||||
# The tests use an option that doesn't exist in meson before 0.46.
|
||||
# Since they aren't strictly necessary, we'll just skip them for earlier versions
|
||||
# rather than making 0.46 a hard requirement. This condition can be removed once we
|
||||
# no longer need to worry about building on 0.45 or earlier
|
||||
meson_version_parts = meson.version().split('.')
|
||||
if meson_version_parts[0].to_int() > 0 or meson_version_parts[1].to_int() >= 46
|
||||
subdir('test')
|
||||
endif
|
||||
|
||||
message('prefix = @0@'.format(prefix))
|
||||
message('bindir = @0@'.format(bindir))
|
||||
message('datadir = @0@'.format(datadir))
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
[Plugin]
|
||||
Loader=python3
|
||||
Module=joinlines
|
||||
IAge=3
|
||||
_Name=Join Lines
|
||||
_Description=Join several lines
|
||||
Icon=gnome-mime-text-x-python
|
||||
Authors=Steve Frécinaux <steve@istique.net>;André Homeyer;Linux Mint team
|
||||
Copyright=Copyright @ 2006-2007 Steve Frécinaux, André Homeyer
|
||||
Website=https://github.com/linuxmint
|
||||
Builtin=true
|
||||
|
|
@ -0,0 +1,91 @@
|
|||
from gi.repository import GObject, Gtk, Xed
|
||||
|
||||
import gettext
|
||||
gettext.install("xed")
|
||||
|
||||
MENU_PATH = "/MenuBar/ViewMenu/ViewOps_1"
|
||||
|
||||
class JoinLinesPlugin(GObject.Object, Xed.WindowActivatable):
|
||||
__gtype_name__ = "JoinLinesPlugin"
|
||||
|
||||
window = GObject.property(type=Xed.Window)
|
||||
|
||||
def __init__(self):
|
||||
GObject.Object.__init__(self)
|
||||
|
||||
def do_activate(self):
|
||||
self._views = {}
|
||||
|
||||
self._insert_menu()
|
||||
|
||||
def _insert_menu(self):
|
||||
manager = self.window.get_ui_manager()
|
||||
|
||||
self._action_group = Gtk.ActionGroup(name="XedJoinLinesPluginActions")
|
||||
self._action_group.add_actions(
|
||||
[("JoinLinesAction", None, _("_Join Lines"), "<Ctrl>J",
|
||||
_("Join the selected lines"),
|
||||
lambda w: self.join_lines(w))])
|
||||
|
||||
manager.insert_action_group(self._action_group)
|
||||
|
||||
self._ui_id = manager.new_merge_id()
|
||||
|
||||
manager.add_ui(self._ui_id,
|
||||
MENU_PATH,
|
||||
"JoinLinesAction",
|
||||
"JoinLinesAction",
|
||||
Gtk.UIManagerItemType.MENUITEM,
|
||||
False)
|
||||
|
||||
def do_update_state(self):
|
||||
self._action_group.set_sensitive(self.window.get_active_document() != None)
|
||||
|
||||
def do_deactivate(self):
|
||||
self._remove_menu()
|
||||
|
||||
|
||||
def _remove_menu(self):
|
||||
manager = self.window.get_ui_manager()
|
||||
manager.remove_ui(self._ui_id)
|
||||
manager.remove_action_group(self._action_group)
|
||||
manager.ensure_update()
|
||||
|
||||
def join_lines(self, w):
|
||||
doc = self.window.get_active_document()
|
||||
if doc is None:
|
||||
return
|
||||
|
||||
doc.begin_user_action()
|
||||
|
||||
# If there is a selection use it, otherwise join the
|
||||
# next line
|
||||
try:
|
||||
start, end = doc.get_selection_bounds()
|
||||
except ValueError:
|
||||
start = doc.get_iter_at_mark(doc.get_insert())
|
||||
end = start.copy()
|
||||
end.forward_line()
|
||||
|
||||
end_mark = doc.create_mark(None, end)
|
||||
|
||||
if not start.ends_line():
|
||||
start.forward_to_line_end()
|
||||
|
||||
# Include trailing spaces in the chunk to be removed
|
||||
while start.backward_char() and start.get_char() in ('\t', ' '):
|
||||
pass
|
||||
start.forward_char()
|
||||
|
||||
while doc.get_iter_at_mark(end_mark).compare(start) == 1:
|
||||
end = start.copy()
|
||||
while end.get_char() in ('\r', '\n', ' ', '\t'):
|
||||
end.forward_char()
|
||||
doc.delete(start, end)
|
||||
|
||||
doc.insert(start, ' ')
|
||||
start.forward_to_line_end()
|
||||
|
||||
doc.delete_mark(end_mark)
|
||||
doc.end_user_action()
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
install_subdir(
|
||||
'joinlines',
|
||||
install_dir: pluginslibdir
|
||||
)
|
||||
|
||||
textsize_desktop = custom_target(
|
||||
'joinlines_desktop',
|
||||
input: 'joinlines.plugin.desktop.in',
|
||||
output: 'joinlines.plugin',
|
||||
command: [intltool_merge, '-d', '-u', po_dir, '@INPUT@', '@OUTPUT@'],
|
||||
install: true,
|
||||
install_dir: pluginslibdir,
|
||||
)
|
|
@ -3,6 +3,7 @@ pluginslibdir = join_paths(libdir, 'xed', 'plugins')
|
|||
|
||||
subdir('docinfo')
|
||||
subdir('filebrowser')
|
||||
subdir('joinlines')
|
||||
subdir('modelines')
|
||||
subdir('open-uri-context-menu')
|
||||
subdir('sort')
|
||||
|
|
|
@ -110,7 +110,7 @@ xed_taglist_plugin_activate (XedWindowActivatable *activatable)
|
|||
priv->taglist_panel = xed_taglist_plugin_panel_new (priv->window, data_dir);
|
||||
g_free (data_dir);
|
||||
|
||||
xed_panel_add_item (side_panel, priv->taglist_panel, _("Tags"), "list-add");
|
||||
xed_panel_add_item (side_panel, priv->taglist_panel, _("Tags"), "list-add-symbolic");
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
@ -126,10 +126,15 @@ strip_trailing_spaces (GtkTextBuffer *text_buffer)
|
|||
}
|
||||
}
|
||||
|
||||
/* Strip trailing lines (except for one) */
|
||||
if (empty_lines_start != -1 && empty_lines_start != (line_count - 1))
|
||||
/* Strip trailing lines */
|
||||
if (empty_lines_start != -1)
|
||||
{
|
||||
gtk_text_buffer_get_iter_at_line (text_buffer, &strip_start, empty_lines_start);
|
||||
// if there's an implicit trailing newline, then we'll end up with 2 trailing lines instead of 1, so lets
|
||||
// remove an extra one in that case
|
||||
if (gtk_source_buffer_get_implicit_trailing_newline (GTK_SOURCE_BUFFER (text_buffer))) {
|
||||
gtk_text_iter_backward_char (&strip_start); // move to the end of the previous line
|
||||
}
|
||||
gtk_text_buffer_get_end_iter (text_buffer, &strip_end);
|
||||
gtk_text_buffer_delete (text_buffer, &strip_start, &strip_end);
|
||||
}
|
||||
|
|
4
po/ab.po
4
po/ab.po
|
@ -17,8 +17,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: cmn\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/af.po
4
po/af.po
|
@ -16,8 +16,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: af\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/am.po
4
po/am.po
|
@ -17,8 +17,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: am\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/ar.po
4
po/ar.po
|
@ -17,8 +17,8 @@ msgstr ""
|
|||
"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 && n % 100 <= 99 ? 4 : 5;\n"
|
||||
"X-Launchpad-Export-Date: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: ar_EG\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/as.po
4
po/as.po
|
@ -16,8 +16,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:56+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: as\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
|
@ -18,8 +18,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: ast\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/az.po
4
po/az.po
|
@ -16,8 +16,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:56+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 11:00+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: az\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/be.po
4
po/be.po
|
@ -18,8 +18,8 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=4; 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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: be\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
|
@ -16,8 +16,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:56+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 11:00+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"X-Poedit-Language: Belarsian Latin\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/bg.po
4
po/bg.po
|
@ -17,8 +17,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: bg\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/bn.po
4
po/bn.po
|
@ -16,8 +16,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: bn\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
|
@ -16,8 +16,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: bn_IN\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/br.po
4
po/br.po
|
@ -16,8 +16,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:56+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: br\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/bs.po
4
po/bs.po
|
@ -17,8 +17,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:56+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 11:00+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: bs\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/ca.po
4
po/ca.po
|
@ -17,8 +17,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: ca\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
|
@ -16,8 +16,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: ca@valencia\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
|
@ -16,8 +16,8 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Launchpad-Export-Date: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: crh\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/cs.po
4
po/cs.po
|
@ -19,8 +19,8 @@ msgstr ""
|
|||
"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-Launchpad-Export-Date: 2019-12-11 11:56+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: cs\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
8
po/cy.po
8
po/cy.po
|
@ -9,7 +9,7 @@ msgstr ""
|
|||
"Project-Id-Version: MATE Desktop Environment\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-06-23 14:24+0200\n"
|
||||
"PO-Revision-Date: 2019-09-23 12:05+0000\n"
|
||||
"PO-Revision-Date: 2020-05-11 10:17+0000\n"
|
||||
"Last-Translator: Clement Lefebvre <root@linuxmint.com>\n"
|
||||
"Language-Team: Welsh "
|
||||
"(http://www.transifex.com/projects/p/MATE/language/cy/)\n"
|
||||
|
@ -18,8 +18,8 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=4; plural=n==1 ? 0 : n==2 ? 1 : (n != 8 && n != 11) ? "
|
||||
"2 : 3;\n"
|
||||
"X-Launchpad-Export-Date: 2019-12-11 11:56+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 11:00+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: cy\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
@ -889,7 +889,7 @@ msgstr[3] ""
|
|||
msgid ""
|
||||
"Changes made to the document in the last hour will be permanently lost."
|
||||
msgstr ""
|
||||
"Bydd newidiadau wnaed i'r ddogfen yn ystod y %d awr olaf yn cael eu colli."
|
||||
"Bydd newidiadau wnaed i'r ddogfen yn ystod y awr olaf yn cael eu colli."
|
||||
|
||||
#: ../xed/xed-commands-file.c:1299
|
||||
#, c-format
|
||||
|
|
4
po/da.po
4
po/da.po
|
@ -17,8 +17,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: da\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/de.po
4
po/de.po
|
@ -20,8 +20,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: de\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/dz.po
4
po/dz.po
|
@ -16,8 +16,8 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Launchpad-Export-Date: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: dz\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/el.po
4
po/el.po
|
@ -19,8 +19,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: el\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
|
@ -16,8 +16,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
msgid "Use Default Font"
|
||||
|
|
|
@ -17,8 +17,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: en_AU\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
|
@ -16,8 +16,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:56+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: en_CA\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
|
@ -18,8 +18,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: en_GB\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/eo.po
4
po/eo.po
|
@ -17,8 +17,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:56+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: eo\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/et.po
4
po/et.po
|
@ -17,8 +17,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:56+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 11:00+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: et\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/eu.po
4
po/eu.po
|
@ -17,8 +17,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:56+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 11:00+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: eu\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/fa.po
4
po/fa.po
|
@ -16,8 +16,8 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Launchpad-Export-Date: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: fa\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/fi.po
4
po/fi.po
|
@ -17,8 +17,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: fi\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/fr.po
4
po/fr.po
|
@ -18,8 +18,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:56+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 11:00+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: fr\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
|
@ -15,8 +15,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:56+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 11:00+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
msgid "Use Default Font"
|
||||
|
|
4
po/ga.po
4
po/ga.po
|
@ -17,8 +17,8 @@ msgstr ""
|
|||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=5; plural=(n==1 ? 0 : n==2 ? 1 : n<7 ? 2 : n<11 ? 3 : "
|
||||
"4);\n"
|
||||
"X-Launchpad-Export-Date: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: ga\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/gl.po
4
po/gl.po
|
@ -18,8 +18,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: gl\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/gu.po
4
po/gu.po
|
@ -16,8 +16,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: gu\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/he.po
4
po/he.po
|
@ -17,8 +17,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: he\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/hi.po
4
po/hi.po
|
@ -16,8 +16,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: hi\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/hr.po
4
po/hr.po
|
@ -19,8 +19,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: hr\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/hu.po
4
po/hu.po
|
@ -17,8 +17,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: hu\n"
|
||||
"(http: //www.transifex.com/projects/p/MATE/language/hu/)\n"
|
||||
|
||||
|
|
4
po/hy.po
4
po/hy.po
|
@ -15,8 +15,8 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Launchpad-Export-Date: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
msgid "Use Default Font"
|
||||
|
|
12
po/ia.po
12
po/ia.po
|
@ -8,15 +8,15 @@ msgstr ""
|
|||
"Project-Id-Version: linuxmint\n"
|
||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2019-06-23 14:24+0200\n"
|
||||
"PO-Revision-Date: 2018-12-18 03:01+0000\n"
|
||||
"PO-Revision-Date: 2020-01-09 12:06+0000\n"
|
||||
"Last-Translator: karm <melo@carmu.com>\n"
|
||||
"Language-Team: Interlingua <ia@li.org>\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: 2019-12-11 11:56+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 11:00+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
msgid "Use Default Font"
|
||||
|
@ -2336,7 +2336,7 @@ msgstr "Monstrar o celar le barra de stato in le actual fenestra"
|
|||
|
||||
#: ../xed/xed-ui.h:162
|
||||
msgid "Fullscreen"
|
||||
msgstr ""
|
||||
msgstr "Schermo plen"
|
||||
|
||||
#: ../xed/xed-ui.h:163
|
||||
msgid "Edit text in fullscreen"
|
||||
|
@ -2413,12 +2413,12 @@ msgstr "Activar '%s'"
|
|||
#: ../xed/xed-window.c:1330
|
||||
#, c-format
|
||||
msgid "Spaces: %u"
|
||||
msgstr ""
|
||||
msgstr "Spatios: %u"
|
||||
|
||||
#: ../xed/xed-window.c:1334
|
||||
#, c-format
|
||||
msgid "Tabs: %u"
|
||||
msgstr ""
|
||||
msgstr "Schedas: %u"
|
||||
|
||||
#: ../xed/xed-window.c:1411
|
||||
msgid "Use Spaces"
|
||||
|
|
4
po/id.po
4
po/id.po
|
@ -20,8 +20,8 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Launchpad-Export-Date: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: id\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/ie.po
4
po/ie.po
|
@ -15,8 +15,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:56+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 11:00+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: ie\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
10
po/is.po
10
po/is.po
|
@ -7,15 +7,15 @@ msgstr ""
|
|||
"Project-Id-Version: xedit\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-06-23 14:24+0200\n"
|
||||
"PO-Revision-Date: 2019-05-20 13:15+0000\n"
|
||||
"PO-Revision-Date: 2020-03-25 08:48+0000\n"
|
||||
"Last-Translator: Sveinn í Felli <sv1@fellsnet.is>\n"
|
||||
"Language-Team: Icelandic <translation-team-is@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"
|
||||
"X-Launchpad-Export-Date: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: is\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
@ -1449,7 +1449,7 @@ msgstr "Letur"
|
|||
|
||||
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:4
|
||||
msgid "Display"
|
||||
msgstr "Birting"
|
||||
msgstr "Skoða"
|
||||
|
||||
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:5
|
||||
msgid "Display line numbers"
|
||||
|
@ -2281,7 +2281,7 @@ msgstr "Sýna eða fela stöðustikuna í þessum glugga"
|
|||
|
||||
#: ../xed/xed-ui.h:162
|
||||
msgid "Fullscreen"
|
||||
msgstr ""
|
||||
msgstr "Fylla skjáinn"
|
||||
|
||||
#: ../xed/xed-ui.h:163
|
||||
msgid "Edit text in fullscreen"
|
||||
|
|
4
po/it.po
4
po/it.po
|
@ -18,8 +18,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: it\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
30
po/ja.po
30
po/ja.po
|
@ -10,7 +10,7 @@ msgstr ""
|
|||
"Project-Id-Version: MATE Desktop Environment\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-06-23 14:24+0200\n"
|
||||
"PO-Revision-Date: 2019-08-21 14:47+0000\n"
|
||||
"PO-Revision-Date: 2020-03-31 23:53+0000\n"
|
||||
"Last-Translator: ichro furuya <Unknown>\n"
|
||||
"Language-Team: Japanese "
|
||||
"(http://www.transifex.com/projects/p/MATE/language/ja/)\n"
|
||||
|
@ -18,8 +18,8 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Launchpad-Export-Date: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: ja\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
@ -276,21 +276,21 @@ msgstr "編集ウィンドウの下側にステータスバーを表示するか
|
|||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:52
|
||||
msgid "Side Pane is Visible"
|
||||
msgstr "サイド・ペインの表示可否"
|
||||
msgstr "サイドペインが表示されます"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:53
|
||||
msgid ""
|
||||
"Whether the side pane at the left of editing windows should be visible."
|
||||
msgstr "編集ウィンドウの左側にサイド・ペインを表示するかどうかです。"
|
||||
msgstr "編集ウィンドウの左側にサイドペインを表示するかどうか。"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:54
|
||||
msgid "Bottom Panel is Visible"
|
||||
msgstr "ボトム・ペインの表示可否"
|
||||
msgstr "ボトムパネルが表示されます"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:55
|
||||
msgid ""
|
||||
"Whether the bottom panel at the bottom of editing windows should be visible."
|
||||
msgstr "編集ウインドウの下側にボトム・ペインを表示するかどうかを指定します。"
|
||||
msgstr "編集ウインドウの下側にボトムペインを表示するかどうか。"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:56
|
||||
msgid "Allow changing active tabs by scrolling"
|
||||
|
@ -1597,7 +1597,7 @@ msgstr "サイドペインを表示"
|
|||
|
||||
#: ../xed/resources/ui/xed-shortcuts.ui.h:14
|
||||
msgid "Show bottom pane"
|
||||
msgstr "下部のペインを表示"
|
||||
msgstr "ボトムペインを表示"
|
||||
|
||||
#: ../xed/resources/ui/xed-shortcuts.ui.h:15
|
||||
msgid "Fullscreen on / off"
|
||||
|
@ -2191,19 +2191,19 @@ msgstr "ミニマップを表示/非表示"
|
|||
|
||||
#: ../xed/xed-ui.h:176
|
||||
msgid "Side _Pane"
|
||||
msgstr "サイド・ペイン(_P)"
|
||||
msgstr "サイドペイン(_P)"
|
||||
|
||||
#: ../xed/xed-ui.h:177
|
||||
msgid "Show or hide the side pane in the current window"
|
||||
msgstr "このウィンドウでサイド・ペインの表示/非表示を切り替えます"
|
||||
msgstr "現在のウィンドウでサイドペインを表示または非表示にします"
|
||||
|
||||
#: ../xed/xed-ui.h:179
|
||||
msgid "_Bottom Pane"
|
||||
msgstr "ボトム・ペイン(_B)"
|
||||
msgstr "ボトムペイン(_B)"
|
||||
|
||||
#: ../xed/xed-ui.h:180
|
||||
msgid "Show or hide the bottom pane in the current window"
|
||||
msgstr "このウィンドウでボトム・ペインの表示/非表示を切り替えます"
|
||||
msgstr "現在のウィンドウでボトムペインを表示または非表示にします"
|
||||
|
||||
#: ../xed/xed-utils.c:642
|
||||
msgid "Please check your installation."
|
||||
|
@ -2325,7 +2325,7 @@ msgstr "ファイル参照ペイン"
|
|||
|
||||
#: ../plugins/filebrowser/filebrowser.plugin.desktop.in.h:2
|
||||
msgid "Easy file access from the side pane"
|
||||
msgstr "サイド・ペインから簡単にファイルにアクセスできます。"
|
||||
msgstr "サイドペインから簡単にファイルにアクセスできます。"
|
||||
|
||||
#: ../plugins/filebrowser/org.x.editor.plugins.filebrowser.gschema.xml.h:1
|
||||
msgid "Set Location to First Document"
|
||||
|
@ -2698,7 +2698,7 @@ msgstr "このドキュメントのスペルをチェックします。"
|
|||
|
||||
#: ../plugins/spell/xed-spell-plugin.c:86
|
||||
msgid "_Check Spelling..."
|
||||
msgstr "スペル・チェック(_C)..."
|
||||
msgstr "スペルチェック(_C)..."
|
||||
|
||||
#: ../plugins/spell/xed-spell-plugin.c:88
|
||||
msgid "Check the current document for incorrect spelling"
|
||||
|
@ -2714,7 +2714,7 @@ msgstr "このドキュメントの言語を設定します"
|
|||
|
||||
#: ../plugins/spell/xed-spell-plugin.c:105
|
||||
msgid "_Autocheck Spelling"
|
||||
msgstr "自動スペル・チェック(_A)"
|
||||
msgstr "自動スペルチェック(_A)"
|
||||
|
||||
#: ../plugins/spell/xed-spell-plugin.c:107
|
||||
msgid "Automatically spell-check the current document"
|
||||
|
|
4
po/ka.po
4
po/ka.po
|
@ -16,8 +16,8 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Launchpad-Export-Date: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: ka\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
24
po/kab.po
24
po/kab.po
|
@ -8,15 +8,15 @@ msgstr ""
|
|||
"Project-Id-Version: linuxmint\n"
|
||||
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"POT-Creation-Date: 2019-06-23 14:24+0200\n"
|
||||
"PO-Revision-Date: 2018-12-06 12:06+0000\n"
|
||||
"Last-Translator: Selyan Sliman Ɛmiri <selyan.kab@gmail.com>\n"
|
||||
"PO-Revision-Date: 2019-12-20 12:54+0000\n"
|
||||
"Last-Translator: Yacine Bouklif <yacinebouklif@gmail.com>\n"
|
||||
"Language-Team: Kabyle <kab@li.org>\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: 2019-12-11 11:56+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 11:00+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: kab\n"
|
||||
"X-Poedit-Bookmarks: -1,43,-1,-1,-1,-1,-1,-1,-1,-1\n"
|
||||
|
||||
|
@ -1855,11 +1855,11 @@ msgstr "Kkes amḍan i teḥnacaḍt"
|
|||
|
||||
#: ../xed/resources/ui/xed-shortcuts.ui.h:47
|
||||
msgid "Toggle comment block"
|
||||
msgstr ""
|
||||
msgstr "Rmed/Sens iḥder n uwennit"
|
||||
|
||||
#: ../xed/resources/ui/xed-shortcuts.ui.h:48
|
||||
msgid "Toggle comment"
|
||||
msgstr ""
|
||||
msgstr "Rmed/Sens iwenniten"
|
||||
|
||||
#: ../xed/xed-searchbar.c:92
|
||||
#, c-format
|
||||
|
@ -2162,7 +2162,7 @@ msgstr "Fren isemli merra"
|
|||
|
||||
#: ../xed/xed-ui.h:105
|
||||
msgid "_Toggle Comment"
|
||||
msgstr ""
|
||||
msgstr "_Rmed/Sens iwenniten"
|
||||
|
||||
#: ../xed/xed-ui.h:106 ../plugins/taglist/HTML.tags.xml.in.h:41
|
||||
msgid "Comment"
|
||||
|
@ -2170,11 +2170,11 @@ msgstr "Awennit"
|
|||
|
||||
#: ../xed/xed-ui.h:107
|
||||
msgid "Toggle Comment _Block"
|
||||
msgstr ""
|
||||
msgstr "Rmed/Sens iḥder n uwennit"
|
||||
|
||||
#: ../xed/xed-ui.h:108
|
||||
msgid "Comment Block"
|
||||
msgstr ""
|
||||
msgstr "Iḥder n iwenniten"
|
||||
|
||||
#. View menu
|
||||
#: ../xed/xed-ui.h:111
|
||||
|
@ -2297,7 +2297,7 @@ msgstr "Sken neɣ ffer tafeggagt n waddad deg usfaylu amiran"
|
|||
|
||||
#: ../xed/xed-ui.h:162
|
||||
msgid "Fullscreen"
|
||||
msgstr ""
|
||||
msgstr "Agdil aččuran"
|
||||
|
||||
#: ../xed/xed-ui.h:163
|
||||
msgid "Edit text in fullscreen"
|
||||
|
@ -2374,12 +2374,12 @@ msgstr "Rmed '%s'"
|
|||
#: ../xed/xed-window.c:1330
|
||||
#, c-format
|
||||
msgid "Spaces: %u"
|
||||
msgstr ""
|
||||
msgstr "Tallunin: %u"
|
||||
|
||||
#: ../xed/xed-window.c:1334
|
||||
#, c-format
|
||||
msgid "Tabs: %u"
|
||||
msgstr ""
|
||||
msgstr "Iccaren: %u"
|
||||
|
||||
#: ../xed/xed-window.c:1411
|
||||
msgid "Use Spaces"
|
||||
|
|
6
po/kk.po
6
po/kk.po
|
@ -9,15 +9,15 @@ msgstr ""
|
|||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-06-23 14:24+0200\n"
|
||||
"PO-Revision-Date: 2016-07-05 12:14+0000\n"
|
||||
"Last-Translator: Murat Káribaı <d2vsd1@mail.ru>\n"
|
||||
"Last-Translator: Murat Käribay <d2vsd1@mail.ru>\n"
|
||||
"Language-Team: Kazakh "
|
||||
"(http://www.transifex.com/projects/p/MATE/language/kk/)\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: 2019-12-11 11:56+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: kk\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/kn.po
4
po/kn.po
|
@ -16,8 +16,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:56+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 11:00+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: kn\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/ko.po
4
po/ko.po
|
@ -20,8 +20,8 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Launchpad-Export-Date: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: ko\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/ku.po
4
po/ku.po
|
@ -16,8 +16,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: ku\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/ky.po
4
po/ky.po
|
@ -19,8 +19,8 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Launchpad-Export-Date: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: ky\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/la.po
4
po/la.po
|
@ -14,8 +14,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:56+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 11:00+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
msgid "Use Default Font"
|
||||
|
|
4
po/lt.po
4
po/lt.po
|
@ -19,8 +19,8 @@ msgstr ""
|
|||
"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-Launchpad-Export-Date: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: lt\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/lv.po
4
po/lv.po
|
@ -17,8 +17,8 @@ msgstr ""
|
|||
"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-Launchpad-Export-Date: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: lv\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
11
po/mai.po
11
po/mai.po
|
@ -8,16 +8,16 @@ msgstr ""
|
|||
"Project-Id-Version: MATE Desktop Environment\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-06-23 14:24+0200\n"
|
||||
"PO-Revision-Date: 2016-01-26 17:29+0000\n"
|
||||
"Last-Translator: Stefano Karapetsas <stefano@karapetsas.com>\n"
|
||||
"PO-Revision-Date: 2020-05-11 10:18+0000\n"
|
||||
"Last-Translator: Clement Lefebvre <root@linuxmint.com>\n"
|
||||
"Language-Team: Maithili "
|
||||
"(http://www.transifex.com/projects/p/MATE/language/mai/)\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: 2019-12-11 11:56+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: mai\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
@ -2533,8 +2533,7 @@ msgstr ""
|
|||
|
||||
#: ../plugins/filebrowser/xed-file-browser-plugin.c:992
|
||||
msgid "Are you sure you want to permanently delete the selected files?"
|
||||
msgstr ""
|
||||
"की अहाँ समझैत छी जे अहाँ \"%s\" चुनल फाइल स्थायी रूपेँ मेटाएनाइ चाहैत छी?"
|
||||
msgstr "की अहाँ समझैत छी जे अहाँ चुनल फाइल स्थायी रूपेँ मेटाएनाइ चाहैत छी?"
|
||||
|
||||
#: ../plugins/filebrowser/xed-file-browser-plugin.c:995
|
||||
msgid "If you delete an item, it is permanently lost."
|
||||
|
|
4
po/mg.po
4
po/mg.po
|
@ -16,8 +16,8 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Launchpad-Export-Date: 2019-12-11 11:56+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 11:00+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: mg\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/mi.po
4
po/mi.po
|
@ -15,8 +15,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:56+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
msgid "Use Default Font"
|
||||
|
|
4
po/mk.po
4
po/mk.po
|
@ -16,8 +16,8 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n"
|
||||
"X-Launchpad-Export-Date: 2019-12-11 11:56+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 11:00+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: mk\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/ml.po
4
po/ml.po
|
@ -16,8 +16,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: ml\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/mn.po
4
po/mn.po
|
@ -16,8 +16,8 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Launchpad-Export-Date: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: mn\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/mr.po
4
po/mr.po
|
@ -17,8 +17,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: mr\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/ms.po
4
po/ms.po
|
@ -17,8 +17,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: ms\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/my.po
4
po/my.po
|
@ -15,8 +15,8 @@ msgstr ""
|
|||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
"X-Launchpad-Export-Date: 2019-12-11 11:56+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 11:00+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
msgid "Use Default Font"
|
||||
|
|
4
po/nb.po
4
po/nb.po
|
@ -16,8 +16,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: nb\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
|
@ -16,8 +16,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: nds\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/ne.po
4
po/ne.po
|
@ -16,8 +16,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:56+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: ne\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/nl.po
4
po/nl.po
|
@ -17,8 +17,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: nl\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/nn.po
4
po/nn.po
|
@ -16,8 +16,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: nn\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/oc.po
4
po/oc.po
|
@ -16,8 +16,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:56+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: oc\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/or.po
4
po/or.po
|
@ -16,8 +16,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: or\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/pa.po
4
po/pa.po
|
@ -16,8 +16,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:56+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: pa\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/pl.po
4
po/pl.po
|
@ -18,8 +18,8 @@ msgstr ""
|
|||
"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"
|
||||
"X-Launchpad-Export-Date: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: pl\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/ps.po
4
po/ps.po
|
@ -16,8 +16,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: ps\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/pt.po
4
po/pt.po
|
@ -19,8 +19,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: pt\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
|
@ -19,8 +19,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:56+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 11:00+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: pt_BR\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/ru.po
4
po/ru.po
|
@ -19,8 +19,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: ru\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/rw.po
4
po/rw.po
|
@ -23,8 +23,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
msgid "Use Default Font"
|
||||
|
|
4
po/si.po
4
po/si.po
|
@ -16,8 +16,8 @@ msgstr ""
|
|||
"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: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: si\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
4
po/sk.po
4
po/sk.po
|
@ -20,8 +20,8 @@ msgstr ""
|
|||
"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-Launchpad-Export-Date: 2019-12-11 11:55+0000\n"
|
||||
"X-Generator: Launchpad (build c597c3229eb023b1e626162d5947141bf7befb13)\n"
|
||||
"X-Launchpad-Export-Date: 2020-05-11 10:59+0000\n"
|
||||
"X-Generator: Launchpad (build fbdff7602bd10fb883bf7e2ddcc7fd5a16f60398)\n"
|
||||
"Language: sk\n"
|
||||
|
||||
#: ../data/org.x.editor.gschema.xml.in.h:1
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue