14 Commits
2.8.2 ... 3.0.0

Author SHA1 Message Date
Clement Lefebvre
215f6c7791 3.0.0 2021-06-01 12:56:50 +01:00
Clement Lefebvre
c8e8994410 l10n: Update POT 2021-06-01 12:56:11 +01:00
Justin Schiff
1cd2ed7b4c Use CLAMP macro instead 2021-05-15 13:52:45 -04:00
Justin Schiff
a48dab6ef5 Uses strtol instead of atoi so that we can properly handle errors.
This now handles overflow and underflow correctly, by parsing the string
and then clamping the value between INT_MIN and INT_MAX. `atoi` was
giving us garbage values when the buffer overflowed.

Fixes #408
2021-05-15 13:52:45 -04:00
okaestne
5b769045f0 Fix crashes when no documents (tabs) are open
Two crashes are possible:

1. Fixes #450 (toggle overview map without any open tabs/docs)
2. Pressing ESC (e.g. to close searchbar) without any tabs open
2021-04-30 13:24:57 -04:00
Michael Webster
8ff2d3fd74 i18n: Don't translate gsettings strings.
It's not useful for anything, and only adds more work for
translators.
2021-04-30 12:20:18 -04:00
okaestne
5b7c1d936e Implement #225: Options to render whitespace
Add preferences to enable displaying whitespace (tabs, spaces, nbsp and newlines).
Options allow to choose locations (leading, inside text, trailing) of whitespace to display and to disable rendering of newline chars.
2021-04-30 12:19:18 -04:00
Soapux
423f214a70 Fix permissions 2021-02-22 11:18:08 -05:00
Talkashie
c469e1345c Fix various typos in index.docbook 2021-02-19 10:09:33 -05:00
Clement Lefebvre
ef0979b2d3 2.8.4 2021-01-02 17:36:34 +00:00
Clement Lefebvre
fc80c90843 l10n: Update translations 2021-01-02 17:27:18 +00:00
Eli Schwartz
3940e04530 fixup! cleanup: remove code dropped in commit 67892da099
Also drop function that is now unused once the previous unused code got
removed.
2020-12-14 08:39:04 -05:00
Clement Lefebvre
83597ba864 2.8.3 2020-12-14 08:11:51 +00:00
Clement Lefebvre
7d8538b748 Packaging: Add missing dependency on gir1.2-gtksource-4 2020-12-14 08:11:10 +00:00
134 changed files with 931 additions and 850 deletions

View File

@@ -167,6 +167,36 @@
<description>Whether xed will ensure that documents always end with a trailing newline.</description>
</key>
<key name="draw-whitespace" type="b">
<default>false</default>
<summary>Draw whitespace</summary>
<description>Whether xed should render whitespace</description>
</key>
<key name="draw-whitespace-leading" type="b">
<default>false</default>
<summary>Draw leading whitespace</summary>
<description>Whether xed should render leading whitespace</description>
</key>
<key name="draw-whitespace-inside" type="b">
<default>false</default>
<summary>Draw whitespace within text</summary>
<description>Whether xed should render whitespace between words and characters</description>
</key>
<key name="draw-whitespace-trailing" type="b">
<default>false</default>
<summary>Draw trailing whitespace</summary>
<description>Whether xed should render trailing whitespace</description>
</key>
<key name="draw-whitespace-newline" type="b">
<default>false</default>
<summary>Draw newline characters</summary>
<description>Whether xed should render newline characters</description>
</key>
</schema>
<schema gettext-domain="@GETTEXT_PACKAGE@" id="org.x.editor.preferences.ui" path="/org/x/editor/preferences/ui/">

42
debian/changelog vendored
View File

@@ -1,3 +1,45 @@
xed (3.0.0) uma; urgency=medium
[ Talkashie ]
* Fix various typos in index.docbook
[ Soapux ]
* Fix permissions
[ okaestne ]
* Implement #225: Options to render whitespace
[ Michael Webster ]
* i18n: Don't translate gsettings strings.
[ okaestne ]
* Fix crashes when no documents (tabs) are open
[ Justin Schiff ]
* Uses strtol instead of atoi so that we can properly handle errors.
* Use CLAMP macro instead
[ Clement Lefebvre ]
* l10n: Update POT
-- Clement Lefebvre <root@linuxmint.com> Tue, 01 Jun 2021 12:56:22 +0100
xed (2.8.4) ulyssa; urgency=medium
[ Eli Schwartz ]
* fixup! cleanup: remove code dropped in commit 67892da099357e24b3fd3c31fa758947b1dfc47a
[ Clement Lefebvre ]
* l10n: Update translations
-- Clement Lefebvre <root@linuxmint.com> Sat, 02 Jan 2021 17:33:30 +0000
xed (2.8.3) ulyssa; urgency=medium
* Packaging: Add missing dependency on gir1.2-gtksource-4
-- Clement Lefebvre <root@linuxmint.com> Mon, 14 Dec 2020 08:11:29 +0000
xed (2.8.2) ulyssa; urgency=medium
* l10n: Update translations

1
debian/control vendored
View File

@@ -32,6 +32,7 @@ Depends: iso-codes,
${shlibs:Depends},
python3,
python3-gi,
gir1.2-gtksource-4,
xapps-common (>= 1.9.0),
zenity
XB-Python-Version: ${python:Versions}

View File

@@ -292,7 +292,7 @@
</listitem>
</orderedlist>
<para>Valid types of <replaceable>URI</replaceable> include <literal>http:</literal>, <literal>ftp:</literal>, <literal>file:</literal>, and all of the methods supported by <literal>gvfs</literal>.</para>
<para>Files from some types of URI are opened as read-only, and any changes you make must be saved to a different location. HTTP only allows files to be read. Files opened from FTP are read-only because because not all FTP servers may correctly work with saving remote files.</para>
<para>Files from some types of URI are opened as read-only, and any changes you make must be saved to a different location. HTTP only allows files to be read. Files opened from FTP are read-only because not all FTP servers may correctly work with saving remote files.</para>
</sect2>
<!-- ============= Working with tabs ======================== -->
@@ -350,7 +350,7 @@
</listitem>
<listitem><para>Type the string that you want to find in the <guilabel>Search for</guilabel> field. You can include special characters such as a new line or tab: see <xref linkend="xed-find-escapes"/>.</para>
</listitem>
<listitem><para>Click <guibutton>Find</guibutton> to search the file for the first occurrence of the string after your current cursor position. If <application>&app;</application> finds the string, the application selects first occurrence of the string. Other occurrences of the string are highlighted.</para>
<listitem><para>Click <guibutton>Find</guibutton> to search the file for the first occurrence of the string after your current cursor position. If <application>&app;</application> finds the string, the application selects the first occurrence of the string. Other occurrences of the string are highlighted.</para>
</listitem>
<listitem><para>To find the next occurrence of the string, click <guibutton>Find</guibutton> or choose <menuchoice> <guimenu>Search</guimenu> <guimenuitem>Find Next</guimenuitem> </menuchoice>. To find the previous occurrence of the text, choose <menuchoice> <guimenu>Search</guimenu> <guimenuitem>Find Previous</guimenuitem> </menuchoice>.</para>
</listitem>
@@ -1400,7 +1400,7 @@
</itemizedlist>
</listitem>
</orderedlist>
<para>The amount of space used, and whether tab character or space characters are used, depends on the <guilabel>Tab Stops</guilabel> settings in the Editor Preferences: see <xref linkend="xed-prefs-editor"/>.</para>
<para>The amount of space used, and whether tab characters or space characters are used, depends on the <guilabel>Tab Stops</guilabel> settings in the Editor Preferences: see <xref linkend="xed-prefs-editor"/>.</para>
</sect2>
@@ -1484,12 +1484,12 @@
</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 first and last ten lines of 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">Kate website</ulink>.</para>
</sect3>
<sect3 id="xed-modelines-plugin-vim">
<title>Vim Modelines</title>
<para>The first and last three lines a document are scanned for <application>Vim</application> modelines.</para>
<para>The first and last three lines of a document are scanned for <application>Vim</application> modelines.</para>
<para>The <application>Vim</application> options for et, expandtab, ts, tabstop, sw, shiftwidth, wrap, and textwidth are supported. For more information, see the <ulink type="http" url="http://vimdoc.sourceforge.net/htmldoc/options.html#modeline">Vim website</ulink>.</para>
</sect3>
</sect2>

View File

@@ -1,4 +1,4 @@
project('xed', 'c', version : '2.8.2')
project('xed', 'c', version : '3.0.0')
gnome = import('gnome')
i18n = import('i18n')

View File

@@ -1,7 +1,6 @@
# List of source files containing translatable strings.
# Please keep this file sorted alphabetically.
[encoding: UTF-8]
[type: gettext/gsettings]data/org.x.editor.gschema.xml.in
data/xed.appdata.xml.in
data/xed.desktop.in.in
xed/xed-app-activatable.c

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: cmn\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: af\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: am\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: ar_EG\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: as\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: ast\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: az\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: be\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"X-Poedit-Language: Belarsian Latin\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: bg\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: bn\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:27+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:14+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: bn_IN\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: br\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: bs\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: ca\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:27+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:14+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: ca@valencia\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: crh\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: MATE Desktop Environment\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-11-30 11:24+0000\n"
"PO-Revision-Date: 2020-06-29 10:37+0000\n"
"PO-Revision-Date: 2020-12-15 11:56+0000\n"
"Last-Translator: Pavel Borecki <Unknown>\n"
"Language-Team: Czech "
"(http://www.transifex.com/projects/p/MATE/language/cs/)\n"
@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: cs\n"
#: ../data/org.x.editor.gschema.xml.in.h:1
@@ -2063,11 +2063,11 @@ msgstr "_Dokumenty"
#: ../xed/xed-ui.h:51
msgid "Favorites"
msgstr ""
msgstr "Oblíbené"
#: ../xed/xed-ui.h:52
msgid "Recents"
msgstr ""
msgstr "Nedávné"
#. File menu
#: ../xed/xed-ui.h:55

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: cy\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: da\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: de\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:27+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:14+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: dz\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: el\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
#: ../data/org.x.editor.gschema.xml.in.h:1
msgid "Use Default Font"

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: en_AU\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: en_CA\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:27+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:14+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: en_GB\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: eo\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -11,16 +11,16 @@ msgstr ""
"Project-Id-Version: MATE Desktop Environment\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-11-30 11:24+0000\n"
"PO-Revision-Date: 2020-11-30 13:29+0000\n"
"Last-Translator: Isidro Pisa <isidro@utils.info>\n"
"PO-Revision-Date: 2020-12-24 12:23+0000\n"
"Last-Translator: Toni Estevez <toni.estevez@gmail.com>\n"
"Language-Team: Spanish "
"(http://www.transifex.com/projects/p/MATE/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Launchpad-Export-Date: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: es\n"
#: ../data/org.x.editor.gschema.xml.in.h:1
@@ -603,7 +603,7 @@ msgstr "Ejecutar Xed en modo autónomo"
#: ../xed/xed-app.c:155
msgid "[FILE...] [+LINE]"
msgstr "[FILE...] [+LINE]"
msgstr "[ARCHIVO...] [+LÍNEA]"
#: ../xed/xed-app.c:612
#, c-format
@@ -1848,11 +1848,11 @@ msgstr "Comprobar la ortografía"
#: ../xed/resources/ui/xed-shortcuts.ui.h:34
msgid "Layout"
msgstr "Diseño"
msgstr "Distribución"
#: ../xed/resources/ui/xed-shortcuts.ui.h:35
msgid "Toggle Word Wrap"
msgstr "Alternar ajuste de palabras"
msgstr "Activa/desactiva el ajuste de palabras"
#: ../xed/resources/ui/xed-shortcuts.ui.h:36
msgid "Editing"
@@ -2458,7 +2458,7 @@ msgstr "Hay documentos sin guardar"
#: ../xed/xed-window.c:3350
msgid "Elevated Privileges"
msgstr "Privilegios Elevados"
msgstr "Privilegios elevados"
#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:1
#: ../plugins/docinfo/docinfo.ui.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: et\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: eu\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: fa\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: fi\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: fr\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
#: ../data/org.x.editor.gschema.xml.in.h:1
msgid "Use Default Font"

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: ga\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: gl\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:27+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:14+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: gu\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

223
po/he.po
View File

@@ -9,21 +9,21 @@ msgstr ""
"Project-Id-Version: MATE Desktop Environment\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-11-30 11:24+0000\n"
"PO-Revision-Date: 2020-07-25 13:54+0000\n"
"Last-Translator: Rony Alaluf <Unknown>\n"
"PO-Revision-Date: 2020-12-18 14:08+0000\n"
"Last-Translator: Avi Markovitz <avi.markovitz@gmail.com>\n"
"Language-Team: Hebrew "
"(http://www.transifex.com/projects/p/MATE/language/he/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Launchpad-Export-Date: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: he\n"
#: ../data/org.x.editor.gschema.xml.in.h:1
msgid "Use Default Font"
msgstr "Use Default Font"
msgstr "שמוש בגופן ברירת מחדל"
#: ../data/org.x.editor.gschema.xml.in.h:2
msgid ""
@@ -32,15 +32,18 @@ msgid ""
"font named in the \"Editor Font\" option will be used instead of the system "
"font."
msgstr ""
"האם להשתמש בגופן רוחב קבוע ברירת המחדל של המערכת לעריכת מלל במקום גופן יעודי "
"ל- xed. אם אפשרות זו אינה פעילה, יעשה בגופן בשם \"גופן עורך\" במקום בגופן "
"המערכת."
#: ../data/org.x.editor.gschema.xml.in.h:3
msgctxt "editor-font"
msgid "'Monospace 12'"
msgstr ""
msgstr "'Monospace 12'"
#: ../data/org.x.editor.gschema.xml.in.h:4
msgid "Editor Font"
msgstr "Editor Font"
msgstr "גופן הערוך"
#: ../data/org.x.editor.gschema.xml.in.h:5
msgid ""
@@ -52,13 +55,14 @@ msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:6
msgid "Prefer Dark Theme"
msgstr ""
msgstr "העדפת ערכת נושא כהה"
#: ../data/org.x.editor.gschema.xml.in.h:7
msgid ""
"Whether xed should prefer the dark variation of the current Gtk theme if "
"available."
msgstr ""
"האם על xed להעדיף את החלופה הכהה של ערכת הנושא הנוכחית של Gtk אם זמינה."
#: ../data/org.x.editor.gschema.xml.in.h:8
msgid "Style Scheme"
@@ -70,13 +74,15 @@ msgstr "The ID of a GtkSourceView Style Scheme used to color the text."
#: ../data/org.x.editor.gschema.xml.in.h:10
msgid "Create Backup Copies"
msgstr "Create Backup Copies"
msgstr "יצירת עותקי גיבוי"
#: ../data/org.x.editor.gschema.xml.in.h:11
msgid ""
"Whether xed should create backup copies for the files it saves. You can set "
"the backup file extension with the \"Backup Copy Extension\" option."
msgstr ""
"האם על xed ליצור עותקי גיבוי עבור הקבצים שנשמרים. ניתן להגדיר את סיומת קובץ "
"הגיבוי באמצעות האפשרות \"סיומת עותק גיבוי\"."
#: ../data/org.x.editor.gschema.xml.in.h:12
msgid "Autosave"
@@ -87,6 +93,8 @@ msgid ""
"Whether xed should automatically save modified files after a time interval. "
"You can set the time interval with the \"Autosave Interval\" option."
msgstr ""
"האם על xed לשמור אוטומטית קבצים ששונו לאחר פרק זמן. ניתן להגדיר את מרווח "
"הזמן באמצעות האפשרות \"שמירה אוטומטית\"."
#: ../data/org.x.editor.gschema.xml.in.h:14
msgid "Autosave Interval"
@@ -97,6 +105,8 @@ msgid ""
"Number of minutes after which xed will automatically save modified files. "
"This will only take effect if the \"Autosave\" option is turned on."
msgstr ""
"מספר הדקות שלאחריהן xed ישמור אוטומטית קבצים ששונו. פעולה זו תיכנס לתוקף רק "
"אם האפשרות \"שמירה אוטומטית\" מופעלת."
#: ../data/org.x.editor.gschema.xml.in.h:16
msgid "Writable VFS schemes"
@@ -107,6 +117,8 @@ msgid ""
"List of VFS schemes xed supports in write mode. The 'file' scheme is "
"writable by default."
msgstr ""
"רשימת סְכֵמות VFS הנתמכות על ידי xed במצב כתיבה. סְכֵמָת 'הקובץ' הינה ברת "
"כתיבה כברירת המחדל."
#: ../data/org.x.editor.gschema.xml.in.h:18
msgid "Maximum Number of Undo Actions"
@@ -132,7 +144,7 @@ msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:22
msgid "Tab Size"
msgstr "Tab Size"
msgstr "גודל לשונית"
#: ../data/org.x.editor.gschema.xml.in.h:23
msgid ""
@@ -144,15 +156,15 @@ msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:24
msgid "Insert spaces"
msgstr "Insert spaces"
msgstr "הכנסת רווחים"
#: ../data/org.x.editor.gschema.xml.in.h:25
msgid "Whether xed should insert spaces instead of tabs."
msgstr ""
msgstr "האם על xed להוסיף רווחים במקום טַבְלָרים."
#: ../data/org.x.editor.gschema.xml.in.h:26
msgid "Automatic indent"
msgstr "Automatic indent"
msgstr "הזחה אוטומטית"
#: ../data/org.x.editor.gschema.xml.in.h:27
msgid "Whether xed should enable automatic indentation."
@@ -160,7 +172,7 @@ msgstr "האם להפעיל הזחה אוטומטית."
#: ../data/org.x.editor.gschema.xml.in.h:28
msgid "Display Line Numbers"
msgstr "Display Line Numbers"
msgstr "הצגת מספור שורות"
#: ../data/org.x.editor.gschema.xml.in.h:29
msgid "Whether xed should display line numbers in the editing area."
@@ -168,7 +180,7 @@ msgstr "האם להציג מספרי שורה באזור העריכה."
#: ../data/org.x.editor.gschema.xml.in.h:30
msgid "Highlight Current Line"
msgstr "Highlight Current Line"
msgstr "הדגשת שורה נוכחית"
#: ../data/org.x.editor.gschema.xml.in.h:31
msgid "Whether xed should highlight the current line."
@@ -176,7 +188,7 @@ msgstr "האם להבליט את השורה הנוכחית."
#: ../data/org.x.editor.gschema.xml.in.h:32
msgid "Highlight Matching Bracket"
msgstr "Highlight Matching Bracket"
msgstr "הדגשת הסוגר התואם"
#: ../data/org.x.editor.gschema.xml.in.h:33
msgid "Whether xed should highlight the bracket matching the selected one."
@@ -184,7 +196,7 @@ msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:34
msgid "Display Right Margin"
msgstr "Display Right Margin"
msgstr "הצגת שול ימני"
#: ../data/org.x.editor.gschema.xml.in.h:35
msgid "Whether xed should display the right margin in the editing area."
@@ -192,11 +204,11 @@ msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:36
msgid "Right Margin Position"
msgstr "Right Margin Position"
msgstr "מיקום שול ימני"
#: ../data/org.x.editor.gschema.xml.in.h:37
msgid "Specifies the position of the right margin."
msgstr "Specifies the position of the right margin."
msgstr "הגדרת מיקום השול הימני."
#: ../data/org.x.editor.gschema.xml.in.h:38
msgid "Smart Home End"
@@ -215,40 +227,40 @@ msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:40
msgid "Restore Previous Cursor Position"
msgstr "Restore Previous Cursor Position"
msgstr "השבת מיקום סמן קודם"
#: ../data/org.x.editor.gschema.xml.in.h:41
msgid ""
"Whether xed should restore the previous cursor position when a file is "
"loaded."
msgstr ""
msgstr "האם על xed לשחזר את מיקום הסמן הקודם כאשר קובץ נטען."
#: ../data/org.x.editor.gschema.xml.in.h:42
msgid "Enable Search Highlighting"
msgstr "Enable Search Highlighting"
msgstr "איפשור הדגשת תוצאות החיפוש"
#: ../data/org.x.editor.gschema.xml.in.h:43
msgid ""
"Whether xed should highlight all the occurrences of the searched text."
msgstr ""
msgstr "האם על xed להדגיש את כל המופעים של המלל שאותר בחיפוש."
#: ../data/org.x.editor.gschema.xml.in.h:44
msgid "Enable Syntax Highlighting"
msgstr "Enable Syntax Highlighting"
msgstr "איפשור הדגשת תחביר"
#: ../data/org.x.editor.gschema.xml.in.h:45
msgid "Whether xed should enable syntax highlighting."
msgstr ""
msgstr "האם על xed לאפשר הדגשץ תחביר."
#: ../data/org.x.editor.gschema.xml.in.h:46
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:25
msgid "Ensure Trailing Newline"
msgstr ""
msgstr "אילוץ שורה חדשה נגררת"
#: ../data/org.x.editor.gschema.xml.in.h:47
msgid ""
"Whether xed will ensure that documents always end with a trailing newline."
msgstr ""
msgstr "האם על xed לאלץ מסמכים להסתיים תמיד בשורה חדשה נגררת."
#: ../data/org.x.editor.gschema.xml.in.h:48
msgid "Toolbar is Visible"
@@ -256,65 +268,62 @@ msgstr "Toolbar is Visible"
#: ../data/org.x.editor.gschema.xml.in.h:49
msgid "Whether the toolbar should be visible in editing windows."
msgstr "Whether the toolbar should be visible in editing windows."
msgstr "האם על סרגל הכלים להיות גלוי בחלונות העריכה."
#: ../data/org.x.editor.gschema.xml.in.h:50
msgid "Status Bar is Visible"
msgstr "Status Bar is Visible"
msgstr "סרגל המצב גלוי"
#: ../data/org.x.editor.gschema.xml.in.h:51
msgid ""
"Whether the status bar at the bottom of editing windows should be visible."
msgstr ""
"Whether the status bar at the bottom of editing windows should be visible."
msgstr "האם על שורת המצב, בתחתית חלונות העריכה, להיות גלויה."
#: ../data/org.x.editor.gschema.xml.in.h:52
msgid "Side Pane is Visible"
msgstr "Side Pane is Visible"
msgstr "חלונית צד גלויה"
#: ../data/org.x.editor.gschema.xml.in.h:53
msgid ""
"Whether the side pane at the left of editing windows should be visible."
msgstr ""
"Whether the side pane at the left of editing windows should be visible."
msgstr "אם על חלונית הצד, שמשמאל לחלונות העריכה, להיות גלויה."
#: ../data/org.x.editor.gschema.xml.in.h:54
msgid "Bottom Panel is Visible"
msgstr "Bottom Panel is Visible"
msgstr "לוחית תחתנה גלויה"
#: ../data/org.x.editor.gschema.xml.in.h:55
msgid ""
"Whether the bottom panel at the bottom of editing windows should be visible."
msgstr ""
"Whether the bottom panel at the bottom of editing windows should be visible."
msgstr "האם על לוחית תחתונה, בתחתית חלונות העריכה, להיות גלויה."
#: ../data/org.x.editor.gschema.xml.in.h:56
msgid "Allow changing active tabs by scrolling"
msgstr ""
msgstr "איפשור שינוי לשוניות פעילות על ידי גלילה"
#: ../data/org.x.editor.gschema.xml.in.h:57
msgid "Whether you can change active tabs by scrolling."
msgstr ""
msgstr "האם ניתן לשנות לשוניות פעילות על ידי גלילה"
#: ../data/org.x.editor.gschema.xml.in.h:58
msgid "Minimap is visible"
msgstr ""
msgstr "מפה-ממוזערת גלויה"
#: ../data/org.x.editor.gschema.xml.in.h:59
msgid "Whether the minimap for the document should be visible."
msgstr ""
msgstr "האם על המפה הממוזערת של המסמך להיות גלויה."
#: ../data/org.x.editor.gschema.xml.in.h:60
msgid "Maximum Recent Files"
msgstr "Maximum Recent Files"
msgstr "קבצים אחרונים מריביים"
#: ../data/org.x.editor.gschema.xml.in.h:61
msgid ""
"Specifies the maximum number of recently opened files that will be displayed "
"in the \"Recent Files\" submenu."
msgstr ""
"Specifies the maximum number of recently opened files that will be displayed "
"in the \"Recent Files\" submenu."
"מציין את המספר המרבי של קבצים שנפתחו לאחרונה שיוצגו בתפריט המשנה \"קבצים "
"אחרונים\"."
#: ../data/org.x.editor.gschema.xml.in.h:62
msgid "Print Syntax Highlighting"
@@ -322,19 +331,19 @@ msgstr "Print Syntax Highlighting"
#: ../data/org.x.editor.gschema.xml.in.h:63
msgid "Whether xed should print syntax highlighting when printing documents."
msgstr ""
msgstr "האם על xed להדפיס הדגשת תחביר בעת הדפסת מסמכים."
#: ../data/org.x.editor.gschema.xml.in.h:64
msgid "Print Header"
msgstr "Print Header"
msgstr "כותרת הדפסה"
#: ../data/org.x.editor.gschema.xml.in.h:65
msgid "Whether xed should include a document header when printing documents."
msgstr ""
msgstr "האם על xed לכלול כותרת מסמך בעת הדפסת מסמכים."
#: ../data/org.x.editor.gschema.xml.in.h:66
msgid "Printing Line Wrapping Mode"
msgstr "Printing Line Wrapping Mode"
msgstr "מצב גלישת שורות בהדפסה"
#: ../data/org.x.editor.gschema.xml.in.h:67
msgid ""
@@ -343,21 +352,26 @@ msgid ""
"individual character boundaries. Note that the values are case-sensitive, so "
"make sure they appear exactly as mentioned here."
msgstr ""
"ציון אופן גלילת שורות ארוכות בהדפסה. נא להשתמש ב\"ללא\" ללא גלילה, \"מילה\" "
"גלילה בגבולות המילה, וב\"תו\" גלילה בגבולות תווים בודדים. נא לשים לב שהערכים "
"הם תלויי אותיות רישיות, לכן יש לוודא שהם מופיעים בדיוק כפי שהוזכר כאן."
#: ../data/org.x.editor.gschema.xml.in.h:68
msgid "Print Line Numbers"
msgstr "Print Line Numbers"
msgstr "הדפסת מספרי שורה"
#: ../data/org.x.editor.gschema.xml.in.h:69
msgid ""
"If this value is 0, then no line numbers will be inserted when printing a "
"document. Otherwise, xed will print line numbers every such number of lines."
msgstr ""
"אם הערך הוא 0, לא יתוספו מספרי שורות בעת הדפסת מסמך. אחרת, xed ידפיס מספרי "
"שורות בכל מספר שורות שצויים בשדה הערך."
#: ../data/org.x.editor.gschema.xml.in.h:70
msgctxt "print-font-body-pango"
msgid "'Monospace 9'"
msgstr ""
msgstr "מונוספייס 9"
#: ../data/org.x.editor.gschema.xml.in.h:71
msgid "Body Font for Printing"
@@ -372,7 +386,7 @@ msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:73
msgctxt "print-font-header-pango"
msgid "'Sans 11'"
msgstr ""
msgstr "'Sans 11'"
#: ../data/org.x.editor.gschema.xml.in.h:74
msgid "Header Font for Printing"
@@ -383,13 +397,13 @@ msgid ""
"Specifies the font to use for page headers when printing a document. This "
"will only take effect if the \"Print Header\" option is turned on."
msgstr ""
"Specifies the font to use for page headers when printing a document. This "
"will only take effect if the \"Print Header\" option is turned on."
"ציון הגופן המשמש להדפסת כותרות עמוד. ישפיע רק במידה ואפשרות \"הדפס כותרות\" "
"הופעלה."
#: ../data/org.x.editor.gschema.xml.in.h:76
msgctxt "print-font-numbers-pango"
msgid "'Sans 8'"
msgstr ""
msgstr "'Sans 8'"
#: ../data/org.x.editor.gschema.xml.in.h:77
msgid "Line Number Font for Printing"
@@ -406,7 +420,7 @@ msgstr ""
#: ../data/org.x.editor.gschema.xml.in.h:79
msgctxt "auto-detected"
msgid "[ 'UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16' ]"
msgstr ""
msgstr "[ 'UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16' ]"
#: ../data/org.x.editor.gschema.xml.in.h:80
msgid "Automatically Detected Encodings"
@@ -418,11 +432,13 @@ msgid ""
"encoding of a file. \"CURRENT\" represents the current locale encoding. Only "
"recognized encodings are used."
msgstr ""
"רשימת קידודים ממוינת המשמשת את xed לגילוי אוטומטי של קידוד הקובץ. \"נוכחי\" "
"מייצג את קידוד המקומי הנוכחי. נעשה שימוש בקידודים מוכרים בלבד."
#: ../data/org.x.editor.gschema.xml.in.h:82
msgctxt "shown-in-menu"
msgid "[ 'ISO-8859-15' ]"
msgstr ""
msgstr "[ 'ISO-8859-15' ]"
#: ../data/org.x.editor.gschema.xml.in.h:83
msgid "Encodings shown in menu"
@@ -461,10 +477,12 @@ msgid ""
"List of active plugins. It contains the \"Location\" of the active plugins. "
"See the .xed-plugin file for obtaining the \"Location\" of a given plugin."
msgstr ""
"רשימת מתקעים פעילים. מכיל את \"מיקום\" המתקעים הפעילים. נא לעיין בקובץ מתקעי "
"xed. לקבלת ה\"מיקום\" של תוסף נתון."
#: ../data/xed.appdata.xml.in.h:1
msgid "A Text Editor"
msgstr ""
msgstr "עורך מלל"
#: ../data/xed.appdata.xml.in.h:2
msgid ""
@@ -483,7 +501,7 @@ msgstr "עורך טקסט"
#: ../data/xed.desktop.in.in.h:2
msgid "Edit text files"
msgstr ""
msgstr "עריכת קובצי מלל"
#: ../xed/xed-app.c:100
msgid "Show the application's version"
@@ -531,12 +549,12 @@ msgstr ""
#: ../xed/xed-app.c:155
msgid "[FILE...] [+LINE]"
msgstr ""
msgstr "[FILE...] [+LINE]"
#: ../xed/xed-app.c:612
#, c-format
msgid "%s: invalid encoding."
msgstr ""
msgstr "%s: קידוד לא תקין."
#: ../xed/xed-app.c:1266
msgid "There was an error displaying the help."
@@ -562,11 +580,11 @@ msgstr "סגירה _ללא שמירה"
#: ../xed/resources/ui/xed-highlight-mode-dialog.ui.h:2
#: ../plugins/filebrowser/xed-file-browser-utils.c:153
msgid "_Cancel"
msgstr ""
msgstr "יטול"
#: ../xed/xed-close-confirmation-dialog.c:155
msgid "_Save As..."
msgstr ""
msgstr "_שמירה בשם..."
#. File menu
#: ../xed/xed-close-confirmation-dialog.c:161 ../xed/xed-commands-file.c:649
@@ -683,7 +701,7 @@ msgstr "פתיחת קבצים"
#: ../xed/xed-commands-file.c:400
#: ../plugins/filebrowser/xed-file-browser-widget.c:764
msgid "_Open"
msgstr ""
msgstr "_פתיחה"
#: ../xed/xed-commands-file.c:494
#, c-format
@@ -816,7 +834,7 @@ msgstr "הוספה או הסרה..."
#: ../xed/xed-encodings-dialog.c:331 ../plugins/time/xed-time-plugin.c:786
msgid "_OK"
msgstr ""
msgstr "ישור"
#: ../xed/xed-encodings-dialog.c:332 ../xed/xed-ui.h:50
#: ../plugins/spell/xed-spell-plugin.c:435
@@ -885,11 +903,11 @@ msgstr "נא לוודא שהמיקום הוקלד נכון ולנסות שנית
#: ../xed/xed-io-error-info-bar.c:189
#, c-format
msgid "xed cannot handle %s locations."
msgstr ""
msgstr "xed לא יכול לטפל במיקומים %s."
#: ../xed/xed-io-error-info-bar.c:194
msgid "xed cannot handle this location."
msgstr ""
msgstr "xed לא יכול לטפל במיקום."
#: ../xed/xed-io-error-info-bar.c:201
msgid "The location of the file cannot be mounted."
@@ -973,7 +991,7 @@ msgstr "אין לך את ההרשאות הדרושות לפתיחת הקובץ."
#: ../xed/xed-io-error-info-bar.c:499
msgid "xed has not been able to detect the character encoding."
msgstr ""
msgstr "xed לא יכול למצוא את הקובץ. אולי הוא נמחק לאחרונה."
#: ../xed/xed-io-error-info-bar.c:501 ../xed/xed-io-error-info-bar.c:524
msgid "Please check that you are not trying to open a binary file."
@@ -993,6 +1011,7 @@ msgid ""
"The file you opened has some invalid characters. If you continue editing "
"this file you could corrupt this document."
msgstr ""
"לקובץ שנפתח, כמה תווים לא חוקיים. המשך עריכת הקובץ עלולה להשחית מסמך זה."
#: ../xed/xed-io-error-info-bar.c:512
msgid "You can also choose another character encoding and try again."
@@ -1216,7 +1235,7 @@ msgstr "הוספת סכימה"
#: ../xed/xed-preferences-dialog.c:715 ../xed/xed-progress-info-bar.c:61
msgid "Cancel"
msgstr ""
msgstr "ביטול"
#: ../xed/xed-preferences-dialog.c:724
msgid "Color Scheme Files"
@@ -1314,7 +1333,7 @@ msgstr "הדפסת המסמך"
#: ../xed/xed-print-preview.c:708
msgid "_Close preview"
msgstr ""
msgstr "_סגירת תצוגה מקדימה"
#: ../xed/xed-print-preview.c:710
msgid "Close print preview"
@@ -1335,15 +1354,15 @@ msgstr "תצוגה מקדימה של דף מהמסמך המיועד להדפסה
#: ../xed/resources/ui/xed-highlight-mode-dialog.ui.h:1
msgid "Highlight Mode"
msgstr ""
msgstr "מצב הדגשה"
#: ../xed/resources/ui/xed-highlight-mode-dialog.ui.h:3
msgid "_Select"
msgstr ""
msgstr "_בחירה"
#: ../xed/resources/ui/xed-highlight-mode-selector.ui.h:1
msgid "Search highlight mode…"
msgstr ""
msgstr "חיפוש במצב הדגשה…"
#: ../xed/resources/ui/xed-encodings-dialog.ui.h:1
msgid "Character encodings"
@@ -1415,7 +1434,7 @@ msgstr "הזחה אוטומטית"
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:17
msgid "Word wrap"
msgstr ""
msgstr "גלישת מילים"
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:18
msgid "Split words over two lines"
@@ -1423,11 +1442,11 @@ msgstr "פיצול מילים על פני שתי שורות"
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:19
msgid "Tab scrolling"
msgstr ""
msgstr "גלילת לשוניות"
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:20
msgid "Allow mouse wheel scrolling to change tabs"
msgstr ""
msgstr "איפשור גלילת עכבר לשינוי לשוניות"
#: ../xed/resources/ui/xed-preferences-dialog.ui.h:21
msgid "File saving"
@@ -1569,7 +1588,7 @@ msgstr "מילה שלמה"
#: ../xed/resources/ui/xed-searchbar.ui.h:10
msgid "Wrap"
msgstr ""
msgstr "גלישה"
#: ../xed/resources/ui/xed-shortcuts.ui.h:2 ../xed/xed-ui.h:56
msgid "Create a new document"
@@ -1701,7 +1720,7 @@ msgstr "פריסה"
#: ../xed/resources/ui/xed-shortcuts.ui.h:35
msgid "Toggle Word Wrap"
msgstr ""
msgstr "חילוף גלישת מילים"
#: ../xed/resources/ui/xed-shortcuts.ui.h:36
msgid "Editing"
@@ -1923,11 +1942,11 @@ msgstr "_מסמכים"
#: ../xed/xed-ui.h:51
msgid "Favorites"
msgstr ""
msgstr "מועדפים"
#: ../xed/xed-ui.h:52
msgid "Recents"
msgstr ""
msgstr "אחרונים"
#. File menu
#: ../xed/xed-ui.h:55
@@ -2098,7 +2117,7 @@ msgstr "מצב ה_דגשה"
#: ../xed/xed-ui.h:114
msgid "Change syntax hightlight mode"
msgstr ""
msgstr "שינוי מצב הדגשת תחביר"
#. Search menu
#: ../xed/xed-ui.h:118
@@ -2220,11 +2239,11 @@ msgstr "עריכת הטקסט במסך מלא"
#: ../xed/xed-ui.h:167
msgid "_Word wrap"
msgstr ""
msgstr "_גלישת מילים"
#: ../xed/xed-ui.h:168
msgid "Set word wrap for the current document"
msgstr ""
msgstr "הגדרת גלישת מילים למסמך נוכחי"
#: ../xed/xed-ui.h:170
msgid "_Overview Map"
@@ -2306,7 +2325,7 @@ msgstr "ישנם מסמכים שלא נשמרו"
#: ../xed/xed-window.c:3350
msgid "Elevated Privileges"
msgstr ""
msgstr "הרשאות על"
#: ../plugins/docinfo/docinfo.plugin.desktop.in.h:1
#: ../plugins/docinfo/docinfo.ui.h:1
@@ -2420,7 +2439,7 @@ msgstr ""
#: ../plugins/filebrowser/org.x.editor.plugins.filebrowser.gschema.xml.h:7
msgid "Terminal Command"
msgstr ""
msgstr "פקודת מסוף"
#: ../plugins/filebrowser/org.x.editor.plugins.filebrowser.gschema.xml.h:8
msgid "The terminal command when using the \"Open terminal here\" command."
@@ -2573,7 +2592,7 @@ msgstr ""
#. Translators: This is the default name of new files created by the file browser pane.
#: ../plugins/filebrowser/xed-file-browser-store.c:3766
msgid "Untitled File"
msgstr ""
msgstr "קובץ ללא שם"
#: ../plugins/filebrowser/xed-file-browser-store.c:3794
msgid ""
@@ -2586,7 +2605,7 @@ msgstr ""
#. Translators: This is the default name of new directories created by the file browser pane.
#: ../plugins/filebrowser/xed-file-browser-store.c:3821
msgid "Untitled Folder"
msgstr ""
msgstr "תיקייה ללא שם"
#: ../plugins/filebrowser/xed-file-browser-store.c:3846
msgid ""
@@ -2646,7 +2665,7 @@ msgstr "הוספת קובץ ריק"
#: ../plugins/filebrowser/xed-file-browser-widget.c:784
msgid "_Rename..."
msgstr ""
msgstr "ינוי שם..."
#: ../plugins/filebrowser/xed-file-browser-widget.c:785
msgid "Rename selected file or folder"
@@ -2723,15 +2742,15 @@ msgstr "לא ניתן לעגון את הכרך: %s"
#: ../plugins/joinlines/joinlines.plugin.desktop.in.h:2
msgid "Join several lines"
msgstr ""
msgstr "איחוד מספר שורות"
#: ../plugins/joinlines/joinlines/__init__.py:26
msgid "_Join Lines"
msgstr ""
msgstr "יחוד שורות"
#: ../plugins/joinlines/joinlines/__init__.py:27
msgid "Join the selected lines"
msgstr ""
msgstr "איחוד השורות שנבחרו"
#. vi:ts=8
#: ../plugins/modelines/modelines.plugin.desktop.in.h:1
@@ -2760,7 +2779,7 @@ msgstr "מיון המסמך הבחירה הנוכחיים"
#: ../plugins/spell/org.x.editor.plugins.spell.gschema.xml.in.h:1
msgid "Autocheck Type"
msgstr ""
msgstr "סוג בדיקה אוטומטית"
#: ../plugins/spell/spell.plugin.desktop.in.h:1
msgid "Spell Checker"
@@ -2796,19 +2815,19 @@ msgstr "בדיקה אוטומטית של האיות במסמך הנוכחי"
#: ../plugins/spell/xed-spell-setup-dialog.ui.h:1
msgid "button"
msgstr ""
msgstr "לחצן"
#: ../plugins/spell/xed-spell-setup-dialog.ui.h:2
msgid "Autocheck settings"
msgstr ""
msgstr "הגדרות בדיקה אוטומטית"
#: ../plugins/spell/xed-spell-setup-dialog.ui.h:3
msgid "Never"
msgstr ""
msgstr "לעולם לא"
#: ../plugins/spell/xed-spell-setup-dialog.ui.h:4
msgid "Never autocheck spelling on document load"
msgstr ""
msgstr "לא לבצע בדיקת איות אוטומטית בטעימת מסמך, לעולם"
#: ../plugins/spell/xed-spell-setup-dialog.ui.h:5
msgid "Remember by document"
@@ -2820,11 +2839,11 @@ msgstr ""
#: ../plugins/spell/xed-spell-setup-dialog.ui.h:7
msgid "Always"
msgstr ""
msgstr "תמיד"
#: ../plugins/spell/xed-spell-setup-dialog.ui.h:8
msgid "Always autocheck on document load"
msgstr ""
msgstr "לביצע בדיקה אוטומטית בטעינת מסמך, תמיד"
#: ../plugins/taglist/HTML.tags.xml.in.h:1
msgid "XHTML 1.0 - Tags"
@@ -4384,7 +4403,7 @@ msgstr "XUL — תגיות"
#: ../plugins/textsize/textsize.plugin.desktop.in.h:1
msgid "Text Size"
msgstr ""
msgstr "גודל מלל"
#: ../plugins/textsize/textsize.plugin.desktop.in.h:2
msgid "Allow controlling the zoom levels of the text"
@@ -4487,7 +4506,7 @@ msgstr ""
#: ../plugins/wordcompletion/xed-wordcompletion-configure.ui.h:1
msgid "Word Completion"
msgstr ""
msgstr "השלמת מילים"
#: ../plugins/wordcompletion/xed-wordcompletion-configure.ui.h:2
msgid "Use Ctrl+Space to manually trigger word completion."
@@ -4495,12 +4514,12 @@ msgstr ""
#: ../plugins/wordcompletion/xed-wordcompletion-configure.ui.h:3
msgid "Automatic completion"
msgstr ""
msgstr "השלמה אוטומטית"
#: ../plugins/wordcompletion/xed-wordcompletion-configure.ui.h:4
msgid "Minimum word size for auto-completion"
msgstr ""
msgstr "אורך מילה מזערי להשלמה אוטומטית"
#: ../plugins/wordcompletion/xed-wordcompletion-plugin.c:214
msgid "Word completion"
msgstr ""
msgstr "השלמת מילים"

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: hi\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:27+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:14+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: hr\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:27+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:14+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: hu\n"
"(http: //www.transifex.com/projects/p/MATE/language/hu/)\n"

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
#: ../data/org.x.editor.gschema.xml.in.h:1
msgid "Use Default Font"

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
#: ../data/org.x.editor.gschema.xml.in.h:1
msgid "Use Default Font"

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: id\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:16+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: ie\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:27+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:14+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: is\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:27+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:14+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: it\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: ja\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: ka\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: kab\n"
"X-Poedit-Bookmarks: -1,43,-1,-1,-1,-1,-1,-1,-1,-1\n"

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: kk\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: kn\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -12,16 +12,16 @@ msgstr ""
"Project-Id-Version: MATE Desktop Environment\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-11-30 11:24+0000\n"
"PO-Revision-Date: 2019-06-23 14:17+0000\n"
"Last-Translator: Jung-Kyu Park <bagjunggyu@gmail.com>\n"
"PO-Revision-Date: 2020-12-15 09:14+0000\n"
"Last-Translator: Changmin Jang <Unknown>\n"
"Language-Team: Korean "
"(http://www.transifex.com/projects/p/MATE/language/ko/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Launchpad-Export-Date: 2020-12-10 10:27+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:14+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: ko\n"
#: ../data/org.x.editor.gschema.xml.in.h:1
@@ -1680,11 +1680,11 @@ msgstr "맞춤법 검사"
#: ../xed/resources/ui/xed-shortcuts.ui.h:34
msgid "Layout"
msgstr ""
msgstr "레이아웃"
#: ../xed/resources/ui/xed-shortcuts.ui.h:35
msgid "Toggle Word Wrap"
msgstr ""
msgstr "자동 줄 바꿈 전환"
#: ../xed/resources/ui/xed-shortcuts.ui.h:36
msgid "Editing"
@@ -1749,7 +1749,7 @@ msgstr "댓글 토글"
#: ../xed/resources/ui/xed-shortcuts.ui.h:51
#: ../plugins/joinlines/joinlines.plugin.desktop.in.h:1
msgid "Join Lines"
msgstr ""
msgstr "줄 합치기"
#: ../xed/xed-searchbar.c:88
#, c-format
@@ -1902,11 +1902,11 @@ msgstr "문서(_D)"
#: ../xed/xed-ui.h:51
msgid "Favorites"
msgstr ""
msgstr "즐겨찾기"
#: ../xed/xed-ui.h:52
msgid "Recents"
msgstr ""
msgstr "최근"
#. File menu
#: ../xed/xed-ui.h:55
@@ -2683,7 +2683,7 @@ msgstr "볼륨을 마운트할 수 없습니다: %s"
#: ../plugins/joinlines/joinlines.plugin.desktop.in.h:2
msgid "Join several lines"
msgstr ""
msgstr "여러 줄 합치기"
#: ../plugins/joinlines/joinlines/__init__.py:26
msgid "_Join Lines"
@@ -2691,7 +2691,7 @@ msgstr ""
#: ../plugins/joinlines/joinlines/__init__.py:27
msgid "Join the selected lines"
msgstr ""
msgstr "선택한 줄 합치기"
#. vi:ts=8
#: ../plugins/modelines/modelines.plugin.desktop.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: ku\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: ky\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
#: ../data/org.x.editor.gschema.xml.in.h:1
msgid "Use Default Font"

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: lt\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: lv\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: mai\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: mg\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
#: ../data/org.x.editor.gschema.xml.in.h:1
msgid "Use Default Font"

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: mk\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:27+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:14+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: ml\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:27+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:14+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: mn\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: mr\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: ms\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
#: ../data/org.x.editor.gschema.xml.in.h:1
msgid "Use Default Font"

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: nb\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: nds\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: ne\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:27+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:14+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: nl\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:27+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:14+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: nn\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: oc\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: or\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: pa\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:27+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:14+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: pl\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: ps\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: pt\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -11,7 +11,7 @@ msgstr ""
"Project-Id-Version: MATE Desktop Environment\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-11-30 11:24+0000\n"
"PO-Revision-Date: 2020-06-21 17:38+0000\n"
"PO-Revision-Date: 2020-12-10 15:42+0000\n"
"Last-Translator: Gilberto vagner <vagner.unix@gmail.com>\n"
"Language-Team: Portuguese (Brazil) "
"(http://www.transifex.com/projects/p/MATE/language/pt_BR/)\n"
@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: pt_BR\n"
#: ../data/org.x.editor.gschema.xml.in.h:1
@@ -2064,11 +2064,11 @@ msgstr "_Documentos"
#: ../xed/xed-ui.h:51
msgid "Favorites"
msgstr ""
msgstr "Favoritos"
#: ../xed/xed-ui.h:52
msgid "Recents"
msgstr ""
msgstr "Recentes"
#. File menu
#: ../xed/xed-ui.h:55

View File

@@ -11,8 +11,8 @@ msgstr ""
"Project-Id-Version: MATE Desktop Environment\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-11-30 11:24+0000\n"
"PO-Revision-Date: 2020-08-19 11:08+0000\n"
"Last-Translator: Stefan-Ionut Tarabuta <Unknown>\n"
"PO-Revision-Date: 2020-12-20 10:46+0000\n"
"Last-Translator: Dorian Baciu <Unknown>\n"
"Language-Team: Romanian "
"(http://www.transifex.com/projects/p/MATE/language/ro/)\n"
"MIME-Version: 1.0\n"
@@ -20,8 +20,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n == 1 ? 0: (((n % 100 > 19) || ((n % 100 "
"== 0) && (n != 0))) ? 2: 1));\n"
"X-Launchpad-Export-Date: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: ro\n"
#: ../data/org.x.editor.gschema.xml.in.h:1
@@ -2102,11 +2102,11 @@ msgstr "_Documente"
#: ../xed/xed-ui.h:51
msgid "Favorites"
msgstr ""
msgstr "Preferințe"
#: ../xed/xed-ui.h:52
msgid "Recents"
msgstr ""
msgstr "Recente"
#. File menu
#: ../xed/xed-ui.h:55

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: ru\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
#: ../data/org.x.editor.gschema.xml.in.h:1
msgid "Use Default Font"

View File

@@ -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: 2020-12-10 10:27+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:14+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: si\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: sk\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -18,8 +18,8 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || "
"n%100==4 ? 3 : 0);\n"
"X-Launchpad-Export-Date: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: sl\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: sq\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: Linux Mint\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-11-30 11:24+0000\n"
"PO-Revision-Date: 2020-11-28 22:16+0000\n"
"PO-Revision-Date: 2020-12-11 11:01+0000\n"
"Last-Translator: Мирослав Николић <miroslavnikolic@rocketmail.com>\n"
"Language-Team: Serbian <(nothing)>\n"
"MIME-Version: 1.0\n"
@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: sr\n"
#: ../data/org.x.editor.gschema.xml.in.h:1
@@ -2069,11 +2069,11 @@ msgstr "_Документи"
#: ../xed/xed-ui.h:51
msgid "Favorites"
msgstr ""
msgstr "Омиљено"
#: ../xed/xed-ui.h:52
msgid "Recents"
msgstr ""
msgstr "Скорашње"
#. File menu
#: ../xed/xed-ui.h:55

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: sr@latin\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: sv\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: ta\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:27+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:14+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: te\n"
#: ../data/org.x.editor.gschema.xml.in.h:1

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:15+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
#: ../data/org.x.editor.gschema.xml.in.h:1
msgid "Use Default Font"

View File

@@ -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: 2020-12-10 10:28+0000\n"
"X-Generator: Launchpad (build 4853cb86c14c5a9e513816c8a61121c639b30835)\n"
"X-Launchpad-Export-Date: 2021-01-02 14:14+0000\n"
"X-Generator: Launchpad (build 34b3ffd45c9543b7f7aa5aa313925241e9e7ca3f)\n"
"Language: th\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