-
-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into refocus-textview-after-escape
- Loading branch information
Showing
2 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ msgstr "" | |
"Project-Id-Version: scratch\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-11-29 17:14+0000\n" | ||
"PO-Revision-Date: 2023-08-03 05:28+0000\n" | ||
"PO-Revision-Date: 2023-12-03 17:42+0000\n" | ||
"Last-Translator: David Hewitt <[email protected]>\n" | ||
"Language-Team: English (United Kingdom) <https://l10n.elementary.io/projects/" | ||
"code/extra/en_GB/>\n" | ||
|
@@ -17,7 +17,7 @@ msgstr "" | |
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 4.17\n" | ||
"X-Generator: Weblate 5.0.2\n" | ||
"X-Launchpad-Export-Date: 2017-05-03 06:04+0000\n" | ||
|
||
#: data/code.metainfo.xml.in:9 | ||
|
@@ -151,6 +151,8 @@ msgid "" | |
"When opening a file in Code from the commandline or another app, a line/char " | ||
"position or selection range may be specified" | ||
msgstr "" | ||
"When opening a file in Code from the commandline or another app, a line/char " | ||
"position or selection range may be specified" | ||
|
||
#: data/code.metainfo.xml.in:75 data/code.metainfo.xml.in:99 | ||
#: data/code.metainfo.xml.in:148 data/code.metainfo.xml.in:188 | ||
|
@@ -163,14 +165,16 @@ msgid "" | |
"\"Find in Folder\" now works for all folders and text files, not only \".vala" | ||
"\" files" | ||
msgstr "" | ||
"\"Find in Folder\" now works for all folders and text files, not only \"." | ||
"vala\" files" | ||
|
||
#: data/code.metainfo.xml.in:78 | ||
msgid "\"Follow System Style\" is now fully respected" | ||
msgstr "" | ||
msgstr "\"Follow System Style\" is now fully respected" | ||
|
||
#: data/code.metainfo.xml.in:79 | ||
msgid "The \"--new-tab\" commandline option now works" | ||
msgstr "" | ||
msgstr "The \"--new-tab\" commandline option now works" | ||
|
||
#: data/code.metainfo.xml.in:80 data/code.metainfo.xml.in:110 | ||
#: data/code.metainfo.xml.in:158 data/code.metainfo.xml.in:190 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,15 +8,15 @@ msgstr "" | |
"Project-Id-Version: scratch\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2023-11-29 17:14+0000\n" | ||
"PO-Revision-Date: 2023-08-10 12:08+0000\n" | ||
"PO-Revision-Date: 2023-12-05 21:00+0000\n" | ||
"Last-Translator: Dennis ten Hoove <[email protected]>\n" | ||
"Language-Team: Dutch <https://l10n.elementary.io/projects/code/code/nl/>\n" | ||
"Language: nl\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 4.17\n" | ||
"X-Generator: Weblate 5.0.2\n" | ||
"X-Launchpad-Export-Date: 2017-05-03 06:01+0000\n" | ||
|
||
#: src/Application.vala:38 | ||
|
@@ -113,7 +113,7 @@ msgstr "Zoeken naar tekst in “%s”" | |
|
||
#: src/Dialogs/GlobalSearchDialog.vala:70 | ||
msgid "The search term must be at least 3 characters long." | ||
msgstr "De zoekterm moet minimaal 3 karakters zijn." | ||
msgstr "De zoekterm moet minimaal 3 karakters bevatten." | ||
|
||
#: src/Dialogs/GlobalSearchDialog.vala:83 | ||
msgid "Case sensitive:" | ||
|