2014-11-25 13:30:33 +00:00
|
|
|
# translation of plasma_scriptengine_qscript.po to Dutch
|
|
|
|
# Copyright (C) YEAR This_file_is_part_of_KDE
|
|
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
|
|
#
|
|
|
|
# Rinse de Vries <rinsedevries@kde.nl>, 2008.
|
|
|
|
# Freek de Kruijf <f.de.kruijf@hetnet.nl>, 2009.
|
|
|
|
# Freek de Kruijf <freekdekruijf@kde.nl>, 2009, 2010.
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: plasma_scriptengine_qscript\n"
|
2014-12-09 18:43:01 +00:00
|
|
|
"Report-Msgid-Bugs-To: xakepa10@gmail.com\n"
|
2022-11-25 02:36:18 +02:00
|
|
|
"POT-Creation-Date: 2022-11-25 02:25+0200\n"
|
2014-11-25 13:30:33 +00:00
|
|
|
"PO-Revision-Date: 2010-10-28 11:36+0200\n"
|
|
|
|
"Last-Translator: Freek de Kruijf <freekdekruijf@kde.nl>\n"
|
|
|
|
"Language-Team: Dutch <kde-i18n-nl@kde.org>\n"
|
|
|
|
"Language: nl\n"
|
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
"X-Generator: Lokalize 1.1\n"
|
|
|
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
|
|
|
|
|
|
#: common/javascriptaddonpackagestructure.cpp:30
|
|
|
|
msgid "Images"
|
|
|
|
msgstr "Afbeeldingen"
|
|
|
|
|
|
|
|
#: common/javascriptaddonpackagestructure.cpp:35
|
|
|
|
msgid "Configuration Definitions"
|
|
|
|
msgstr "Configuratiedefinities"
|
|
|
|
|
|
|
|
#: common/javascriptaddonpackagestructure.cpp:40
|
|
|
|
msgid "User Interface"
|
|
|
|
msgstr "Gebruikersinterface"
|
|
|
|
|
|
|
|
#: common/javascriptaddonpackagestructure.cpp:43
|
|
|
|
msgid "Data Files"
|
|
|
|
msgstr "Gegevensbestanden"
|
|
|
|
|
|
|
|
#: common/javascriptaddonpackagestructure.cpp:45
|
|
|
|
msgid "Executable Scripts"
|
|
|
|
msgstr "Uitvoerbare scripts"
|
|
|
|
|
|
|
|
#: common/javascriptaddonpackagestructure.cpp:50
|
|
|
|
msgid "Translations"
|
|
|
|
msgstr "Vertalingen"
|
|
|
|
|
|
|
|
#: common/javascriptaddonpackagestructure.cpp:52
|
|
|
|
msgid "Animation scripts"
|
|
|
|
msgstr "Animatie-scripts"
|
|
|
|
|
|
|
|
#: common/javascriptaddonpackagestructure.cpp:54
|
|
|
|
#: common/javascriptaddonpackagestructure.cpp:64
|
|
|
|
msgid "Main Script File"
|
|
|
|
msgstr "Hoofd-scriptbestand"
|
|
|
|
|
2022-11-25 02:36:18 +02:00
|
|
|
#: common/scriptenv.cpp:116
|
2014-11-25 13:30:33 +00:00
|
|
|
msgid "Unable to load script file: %1"
|
|
|
|
msgstr "Kon scriptbestand niet laden: %1"
|
|
|
|
|
2022-11-25 02:36:18 +02:00
|
|
|
#: common/scriptenv.cpp:241
|
2014-11-25 13:30:33 +00:00
|
|
|
msgid "debug takes one argument"
|
|
|
|
msgstr "debug heeft één argument"
|
|
|
|
|
2022-11-25 02:36:18 +02:00
|
|
|
#: common/scriptenv.cpp:261
|
2014-11-25 13:30:33 +00:00
|
|
|
msgid "listAddons takes one argument: addon type"
|
|
|
|
msgstr "listAddons neemt één argument: add-on-type"
|
|
|
|
|
2022-11-25 02:36:18 +02:00
|
|
|
#: common/scriptenv.cpp:289 common/scriptenv.cpp:296
|
2014-11-25 13:30:33 +00:00
|
|
|
msgid "loadAddon takes two arguments: addon type and addon name to load"
|
|
|
|
msgstr "loadAddon neemt twee argumenten: add-on-type en te laden add-on-naam"
|
|
|
|
|
2022-11-25 02:36:18 +02:00
|
|
|
#: common/scriptenv.cpp:304
|
2014-11-25 13:30:33 +00:00
|
|
|
msgid "Failed to find Addon %1 of type %2"
|
|
|
|
msgstr "Zoeken van Addon %1 van type %2 is mislukt"
|
|
|
|
|
2022-11-25 02:36:18 +02:00
|
|
|
#: common/scriptenv.cpp:314
|
2014-11-25 13:30:33 +00:00
|
|
|
msgid "Failed to open script file for Addon %1: %2"
|
|
|
|
msgstr "Te openen scriptbestand voor Addon %1 is mislukt: %2"
|
|
|
|
|
2021-03-28 14:32:36 +03:00
|
|
|
#: plasmoid/declarativeappletscript.cpp:219
|
2014-11-25 13:30:33 +00:00
|
|
|
msgid "loadui() takes one argument"
|
|
|
|
msgstr "loadui() heeft één argument"
|
|
|
|
|
2021-03-28 14:32:36 +03:00
|
|
|
#: plasmoid/declarativeappletscript.cpp:225
|
2014-11-25 13:30:33 +00:00
|
|
|
msgid "Unable to open '%1'"
|
|
|
|
msgstr "Kon '%1' niet openen"
|
|
|
|
|
2021-03-28 14:32:36 +03:00
|
|
|
#: plasmoid/declarativeappletscript.cpp:238
|
|
|
|
#: plasmoid/declarativeappletscript.cpp:262
|
2014-11-25 13:30:33 +00:00
|
|
|
msgid "Constructor takes at least 1 argument"
|
|
|
|
msgstr "De constructor heeft tenminste 1 argument nodig"
|
|
|
|
|
2021-03-28 14:32:36 +03:00
|
|
|
#: plasmoid/declarativeappletscript.cpp:493
|
2014-11-25 13:30:33 +00:00
|
|
|
msgid "dataEngine() takes one argument"
|
|
|
|
msgstr "dataEngine() heeft één argument"
|
|
|
|
|
2021-03-28 14:32:36 +03:00
|
|
|
#: plasmoid/declarativeappletscript.cpp:498
|
|
|
|
#: plasmoid/declarativeappletscript.cpp:520
|
|
|
|
#: plasmoid/declarativeappletscript.cpp:540
|
2014-11-25 13:30:33 +00:00
|
|
|
msgid "Could not extract the Applet"
|
|
|
|
msgstr "Kon de applet niet ontleden"
|
|
|
|
|
2021-03-28 14:32:36 +03:00
|
|
|
#: plasmoid/declarativeappletscript.cpp:513
|
2014-11-25 13:30:33 +00:00
|
|
|
msgid "service() takes two arguments"
|
|
|
|
msgstr "service() heeft twee argumenten"
|
|
|
|
|
2021-03-28 14:32:36 +03:00
|
|
|
#: plasmoid/declarativeappletscript.cpp:533
|
2014-11-25 13:30:33 +00:00
|
|
|
msgid "service() takes one argument"
|
|
|
|
msgstr "service() heeft één argument"
|