[tepl] Add Dutch translation



commit e09e113e3af176d298aaaaada16eded75f0b431f
Author: Nathan Follens <nfollens gnome org>
Date:   Sun Mar 10 12:52:44 2019 +0000

    Add Dutch translation

 po/LINGUAS |   1 +
 po/nl.po   | 370 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 371 insertions(+)
---
diff --git a/po/LINGUAS b/po/LINGUAS
index cb84f0f..001b9f5 100644
--- a/po/LINGUAS
+++ b/po/LINGUAS
@@ -7,6 +7,7 @@ es
 fur
 id
 hu
+nl
 pl
 pt_BR
 ru
diff --git a/po/nl.po b/po/nl.po
new file mode 100644
index 0000000..5e5acab
--- /dev/null
+++ b/po/nl.po
@@ -0,0 +1,370 @@
+# Dutch translation for tepl.
+# Copyright (C) 2019 tepl's COPYRIGHT HOLDER
+# This file is distributed under the same license as the tepl package.
+# Nathan Follens <nthn unseen is>, 2019.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: tepl master\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/tepl/issues\n";
+"POT-Creation-Date: 2018-07-16 10:42+0000\n"
+"PO-Revision-Date: 2019-03-04 16:36+0100\n"
+"Language-Team: Dutch <gnome-nl-list gnome org>\n"
+"Language: nl\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Last-Translator: Nathan Follens <nthn unseen is>\n"
+"X-Generator: Poedit 2.2.1\n"
+
+#. action, icon, label, accel, tooltip
+#. File menu
+#. Why "file" and not "document"? "Document" is not the best
+#. word because the action is not always to create a new
+#. document. For example a LaTeX document can be composed of
+#. several _files_. Or for source code we do not really create a
+#. new "document".
+#: tepl/tepl-application.c:92
+msgid "_New"
+msgstr "_Nieuw"
+
+#: tepl/tepl-application.c:93
+msgid "New file"
+msgstr "Nieuw bestand"
+
+#: tepl/tepl-application.c:95
+msgid "New _Window"
+msgstr "Nieu_w venster"
+
+#: tepl/tepl-application.c:96
+msgid "Create a new window"
+msgstr "Een nieuw venster aanmaken"
+
+#: tepl/tepl-application.c:98 tepl/tepl-application-window.c:178
+msgid "_Open"
+msgstr "_Openen"
+
+#: tepl/tepl-application.c:99
+msgid "Open a file"
+msgstr "Bestand openen"
+
+#: tepl/tepl-application.c:101 tepl/tepl-close-confirm-dialog-single.c:144
+#: tepl/tepl-tab.c:752
+msgid "_Save"
+msgstr "Op_slaan"
+
+#: tepl/tepl-application.c:102
+msgid "Save the current file"
+msgstr "Het huidige bestand opslaan"
+
+#: tepl/tepl-application.c:104
+msgid "Save _As"
+msgstr "Opslaan _als"
+
+#: tepl/tepl-application.c:105
+msgid "Save the current file to a different location"
+msgstr "Het huidige bestand opslaan op een andere locatie"
+
+#. Edit menu
+#: tepl/tepl-application.c:109
+msgid "_Undo"
+msgstr "_Ongedaan maken"
+
+#: tepl/tepl-application.c:110
+msgid "Undo the last action"
+msgstr "Laatste actie ongedaan maken"
+
+#: tepl/tepl-application.c:112
+msgid "_Redo"
+msgstr "Op_nieuw"
+
+#: tepl/tepl-application.c:113
+msgid "Redo the last undone action"
+msgstr "Laatste ongedaan gemaakte actie opnieuw uitvoeren"
+
+#: tepl/tepl-application.c:115
+msgid "Cu_t"
+msgstr "K_nippen"
+
+#: tepl/tepl-application.c:116
+msgid "Cut the selection"
+msgstr "Selectie knippen"
+
+#: tepl/tepl-application.c:118
+msgid "_Copy"
+msgstr "K_opiëren"
+
+#: tepl/tepl-application.c:119
+msgid "Copy the selection"
+msgstr "Selectie kopiëren"
+
+#: tepl/tepl-application.c:121
+msgid "_Paste"
+msgstr "_Plakken"
+
+#: tepl/tepl-application.c:122
+msgid "Paste the clipboard"
+msgstr "Plakken vanuit klembord"
+
+#: tepl/tepl-application.c:124
+msgid "_Delete"
+msgstr "Verwij_deren"
+
+#: tepl/tepl-application.c:125
+msgid "Delete the selected text"
+msgstr "Geselecteerde tekst verwijderen"
+
+#: tepl/tepl-application.c:127
+msgid "Select _All"
+msgstr "_Alles selecteren"
+
+#: tepl/tepl-application.c:128
+msgid "Select all the text"
+msgstr "Alle tekst selecteren"
+
+#: tepl/tepl-application.c:130
+msgid "_Indent"
+msgstr "_Inspringen"
+
+#: tepl/tepl-application.c:131
+msgid "Indent the selected lines"
+msgstr "De geselecteerde regels inspringen"
+
+#: tepl/tepl-application.c:133
+msgid "_Unindent"
+msgstr "_Niet inspringen"
+
+#: tepl/tepl-application.c:134
+msgid "Unindent the selected lines"
+msgstr "De geselecteerde regels niet inspringen"
+
+#. Create a GtkFileChooserDialog, not a GtkFileChooserNative, because
+#. * with GtkFileChooserNative the GFile that we obtain (in flatpak)
+#. * doesn't have the real path to the file, so it would screw up some
+#. * features for text editors:
+#. * - showing the directory in parentheses in the window title, or in the
+#. *   tab tooltip;
+#. * - opening a recent file.
+#. * Basically everywhere where the directory is shown.
+#.
+#: tepl/tepl-application-window.c:174
+msgid "Open File"
+msgstr "Bestand openen"
+
+#: tepl/tepl-application-window.c:177
+#: tepl/tepl-close-confirm-dialog-single.c:138 tepl/tepl-tab.c:751
+msgid "_Cancel"
+msgstr "_Annuleren"
+
+#: tepl/tepl-application-window.c:708
+msgid "Read-Only"
+msgstr "Alleen-lezen"
+
+#: tepl/tepl-close-confirm-dialog-single.c:133
+#, c-format
+msgid "Save changes to file “%s” before closing?"
+msgstr "Wijzigingen aan bestand ‘%s’ opslaan alvorens te sluiten?"
+
+#: tepl/tepl-close-confirm-dialog-single.c:137
+msgid "Close _without Saving"
+msgstr "Sluiten _zonder opslaan"
+
+#: tepl/tepl-close-confirm-dialog-single.c:150
+msgid "_Save As…"
+msgstr "Op_slaan als…"
+
+#. UTF-8 first, so that it's the first encoding returned by
+#. * tepl_encoding_get_all().
+#.
+#: tepl/tepl-encoding.c:115 tepl/tepl-encoding.c:132 tepl/tepl-encoding.c:133
+#: tepl/tepl-encoding.c:134 tepl/tepl-encoding.c:135 tepl/tepl-encoding.c:136
+#: tepl/tepl-encoding.c:137 tepl/tepl-encoding.c:138
+msgid "Unicode"
+msgstr "Unicode"
+
+#. FIXME GEOSTD8 ?
+#: tepl/tepl-encoding.c:117 tepl/tepl-encoding.c:129 tepl/tepl-encoding.c:157
+#: tepl/tepl-encoding.c:180
+msgid "Western"
+msgstr "Westers"
+
+#: tepl/tepl-encoding.c:118 tepl/tepl-encoding.c:158 tepl/tepl-encoding.c:178
+msgid "Central European"
+msgstr "Centraal-Europees"
+
+#: tepl/tepl-encoding.c:119
+msgid "South European"
+msgstr "Zuid-Europees"
+
+#: tepl/tepl-encoding.c:120 tepl/tepl-encoding.c:127 tepl/tepl-encoding.c:185
+msgid "Baltic"
+msgstr "Baltisch"
+
+#: tepl/tepl-encoding.c:121 tepl/tepl-encoding.c:159 tepl/tepl-encoding.c:166
+#: tepl/tepl-encoding.c:168 tepl/tepl-encoding.c:169 tepl/tepl-encoding.c:179
+msgid "Cyrillic"
+msgstr "Cyrillisch"
+
+#: tepl/tepl-encoding.c:122 tepl/tepl-encoding.c:162 tepl/tepl-encoding.c:184
+msgid "Arabic"
+msgstr "Arabisch"
+
+#: tepl/tepl-encoding.c:123 tepl/tepl-encoding.c:181
+msgid "Greek"
+msgstr "Grieks"
+
+#: tepl/tepl-encoding.c:124
+msgid "Hebrew Visual"
+msgstr "Hebreeuws visueel"
+
+#: tepl/tepl-encoding.c:125 tepl/tepl-encoding.c:160 tepl/tepl-encoding.c:182
+msgid "Turkish"
+msgstr "Turks"
+
+#: tepl/tepl-encoding.c:126
+msgid "Nordic"
+msgstr "Noors"
+
+#: tepl/tepl-encoding.c:128
+msgid "Celtic"
+msgstr "Keltisch"
+
+#: tepl/tepl-encoding.c:130
+msgid "Romanian"
+msgstr "Roemeens"
+
+#: tepl/tepl-encoding.c:140
+msgid "Armenian"
+msgstr "Armeens"
+
+#: tepl/tepl-encoding.c:141 tepl/tepl-encoding.c:142 tepl/tepl-encoding.c:150
+msgid "Chinese Traditional"
+msgstr "Traditioneel Chinees"
+
+#: tepl/tepl-encoding.c:143
+msgid "Cyrillic/Russian"
+msgstr "Cyrillisch/Russisch"
+
+#: tepl/tepl-encoding.c:145 tepl/tepl-encoding.c:146 tepl/tepl-encoding.c:147
+#: tepl/tepl-encoding.c:164 tepl/tepl-encoding.c:172
+msgid "Japanese"
+msgstr "Japans"
+
+#: tepl/tepl-encoding.c:149 tepl/tepl-encoding.c:165 tepl/tepl-encoding.c:167
+#: tepl/tepl-encoding.c:175
+msgid "Korean"
+msgstr "Koreaans"
+
+#: tepl/tepl-encoding.c:152 tepl/tepl-encoding.c:153 tepl/tepl-encoding.c:154
+msgid "Chinese Simplified"
+msgstr "Vereenvoudigd Chinees"
+
+#: tepl/tepl-encoding.c:155
+msgid "Georgian"
+msgstr "Georgisch"
+
+#: tepl/tepl-encoding.c:161 tepl/tepl-encoding.c:183
+msgid "Hebrew"
+msgstr "Hebreeuws"
+
+#: tepl/tepl-encoding.c:170
+msgid "Cyrillic/Ukrainian"
+msgstr "Cyrillisch/Oekraïens"
+
+#: tepl/tepl-encoding.c:173 tepl/tepl-encoding.c:176 tepl/tepl-encoding.c:186
+msgid "Vietnamese"
+msgstr "Vietnamees"
+
+#: tepl/tepl-encoding.c:174
+msgid "Thai"
+msgstr "Thais"
+
+#: tepl/tepl-encoding.c:370
+msgid "Unknown"
+msgstr "Onbekend"
+
+#. Translators: This is the sorted list of encodings used by Tepl for
+#. * automatic detection of the file encoding. You may want to customize
+#. * it adding encodings that are common in your country, for instance the
+#. * GB18030 encoding for the Chinese translation. You may also want to
+#. * remove the ISO-8859-15 encoding (covering English and most Western
+#. * European languages) if you think people in your country will rarely
+#. * use it. 'CURRENT' is a magic value used by Tepl and it represents
+#. * the encoding for the current locale, so please don't translate the
+#. * 'CURRENT' term. Keep the same format: square brackets, single quotes,
+#. * commas.
+#.
+#: tepl/tepl-encoding.c:695
+msgid "['UTF-8', 'CURRENT', 'ISO-8859-15', 'UTF-16']"
+msgstr "['UTF-8', 'CURRENT', 'ISO-8859-15', 'ISO-8859-1', 'UTF-16']"
+
+#: tepl/tepl-encoding-converter.c:302
+#, c-format
+msgid "Conversion from character set “%s” to “%s” is not supported."
+msgstr "Conversie van tekenset ‘%s’ naar ‘%s’ wordt niet ondersteund."
+
+#: tepl/tepl-encoding-converter.c:311
+#, c-format
+msgid "Could not open converter from “%s” to “%s”: %s"
+msgstr "Converteerder van ‘%s’ naar ‘%s’ kon niet geopend worden: %s"
+
+#: tepl/tepl-encoding-converter.c:368
+msgid "The input data contains an invalid sequence."
+msgstr "De invoergegevens bevatten een ongeldige sequentie."
+
+#: tepl/tepl-encoding-converter.c:377
+#, c-format
+msgid "Error when converting data: %s"
+msgstr "Fout bij converteren van gegevens: %s"
+
+#: tepl/tepl-encoding-converter.c:556
+msgid "The input data ends with an incomplete multi-byte sequence."
+msgstr "De invoergegevens eindigen op een onvolledige multi-byte-sequentie."
+
+#: tepl/tepl-encoding-converter.c:579
+msgid "The input content ends with incomplete data."
+msgstr "De invoerinhoud eindigt op onvolledige gegevens."
+
+#: tepl/tepl-file.c:413
+#, c-format
+msgid "Untitled File %d"
+msgstr "Naamloos bestand %d"
+
+#: tepl/tepl-file-content-loader.c:331
+#, c-format
+msgid "The file is too big. Maximum %s can be loaded."
+msgstr "Het bestand is te groot. Er kan maximaal %s geladen worden."
+
+#: tepl/tepl-file-loader.c:872
+msgid "It is not possible to detect the character encoding automatically."
+msgstr "Het is niet mogelijk de tekenset automatisch te detecteren."
+
+#: tepl/tepl-file-saver.c:784
+msgid "The file is externally modified."
+msgstr "Het bestand is extern gewijzigd."
+
+#: tepl/tepl-file-saver.c:1318
+msgid "The buffer contains invalid characters."
+msgstr "De buffer bevat ongeldige tekens."
+
+#: tepl/tepl-tab.c:534
+msgid "Error when loading the file."
+msgstr "Fout bij laden van bestand."
+
+#: tepl/tepl-tab.c:748
+msgid "Save File"
+msgstr "Bestand opslaan"
+
+#. Translators: location of a file.
+#: tepl/tepl-tab-label.c:273
+msgid "Location:"
+msgstr "Locatie:"
+
+#: tepl/tepl-tab-label.c:342
+msgid "Close file"
+msgstr "Bestand sluiten"
+
+#: tepl/tepl-tab-saving.c:64
+msgid "Error when saving the file."
+msgstr "Fout bij opslaan van bestand."


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]