Skip to content

Commit

Permalink
Added Dutch translation.
Browse files Browse the repository at this point in the history
  • Loading branch information
okin committed Aug 7, 2017
1 parent c498cf8 commit 5502985
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 1 deletion.
83 changes: 83 additions & 0 deletions gettext/python-opsi_nl.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR ORGANIZATION
#
# Translators:
# Peter De Ridder <peter.deridder@digipolis.be>, 2017
# Selina Oudermans <selina.oudermans@digipolis.be>, 2017
msgid ""
msgstr ""
"Project-Id-Version: opsi.org\n"
"POT-Creation-Date: 2016-08-24 17:11+CEST\n"
"PO-Revision-Date: 2017-08-07 11:20+0000\n"
"Last-Translator: Peter De Ridder <peter.deridder@digipolis.be>\n"
"Language-Team: Dutch (http://www.transifex.com/opsi-org/opsiorg/language/nl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: ENCODING\n"
"Generated-By: pygettext.py 1.5\n"
"Language: nl\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: ../OPSI/UI.py:114 ../OPSI/UI.py:117 ../OPSI/UI.py:138 ../OPSI/UI.py:141
#: ../OPSI/UI.py:144 ../OPSI/UI.py:147 ../OPSI/UI.py:244 ../OPSI/UI.py:283
#: ../OPSI/UI.py:396 ../OPSI/UI.py:472 ../OPSI/UI.py:579 ../OPSI/UI.py:679
msgid "OK"
msgstr "OK"

#: ../OPSI/UI.py:114 ../OPSI/UI.py:244
msgid "An error occurred"
msgstr "Er is een fout opgetreden"

#: ../OPSI/UI.py:117 ../OPSI/UI.py:283
msgid "Message"
msgstr "Bericht"

#: ../OPSI/UI.py:120 ../OPSI/UI.py:126 ../OPSI/UI.py:322 ../OPSI/UI.py:352
msgid "Progress"
msgstr "Voortgang"

#: ../OPSI/UI.py:123 ../OPSI/UI.py:129 ../OPSI/UI.py:337 ../OPSI/UI.py:367
msgid "Copy progress"
msgstr "Voortgang van kopiëren"

#: ../OPSI/UI.py:132 ../OPSI/UI.py:382
msgid "Text"
msgstr "Tekst"

#: ../OPSI/UI.py:138 ../OPSI/UI.py:141 ../OPSI/UI.py:144 ../OPSI/UI.py:147
#: ../OPSI/UI.py:396 ../OPSI/UI.py:472 ../OPSI/UI.py:579 ../OPSI/UI.py:679
msgid "Cancel"
msgstr "Annuleren"

#: ../OPSI/UI.py:138 ../OPSI/UI.py:396
msgid "Please type text"
msgstr "Type de tekst"

#: ../OPSI/UI.py:141 ../OPSI/UI.py:472
msgid "Please select"
msgstr "Selecteer"

#: ../OPSI/UI.py:144 ../OPSI/UI.py:579
msgid "Please fill in"
msgstr "Vul dit in"

#: ../OPSI/UI.py:147 ../OPSI/UI.py:679
msgid "Question"
msgstr "Vraag"

#: ../OPSI/UI.py:152 ../OPSI/UI.py:169 ../OPSI/UI.py:184 ../OPSI/UI.py:733
#: ../OPSI/UI.py:833 ../OPSI/UI.py:898
msgid "Title"
msgstr "Titel"

#: ../OPSI/UI.py:275 ../OPSI/UI.py:314
msgid "<F12> %s | <Space> select | <Up/Down> scroll text"
msgstr "<F12> %s | <Space> selecteer | <Up/Down> scroll text"

#: ../OPSI/UI.py:451 ../OPSI/UI.py:552 ../OPSI/UI.py:651 ../OPSI/UI.py:711
msgid "<ESC> %s | <F12> %s | <Tab> move cursor | <Space> select"
msgstr "<ESC> %s | <F12> %s | <Tab> verplaats cursor | <Space> selecteer"

#: ../OPSI/UI.py:453 ../OPSI/UI.py:554 ../OPSI/UI.py:653 ../OPSI/UI.py:713
msgid " | <Up/Down> scroll text"
msgstr "| <Up/Down> scroll text"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import codecs
import os

LANGUAGES = ['da', 'de', 'es', 'en', 'fr', 'it', 'pl', 'ru']
LANGUAGES = ['da', 'de', 'es', 'en', 'fr', 'it', 'nl', 'pl', 'ru']

with codecs.open(os.path.join("debian", "changelog"), 'r', 'utf-8') as changelog:
VERSION = changelog.readline().split('(')[1].split('-')[0]
Expand Down

0 comments on commit 5502985

Please sign in to comment.