mirror of
https://bitbucket.org/smil3y/kde-l10n.git
synced 2025-02-25 19:42:54 +00:00
185 lines
6.2 KiB
Text
185 lines
6.2 KiB
Text
# translation of plasma_scriptengine_qscript.po to galician
|
|
# Copyright (C) YEAR This_file_is_part_of_KDE
|
|
# This file is distributed under the same license as the PACKAGE package.
|
|
#
|
|
# mvillarino <mvillarino@users.sourceforge.net>, 2008, 2009.
|
|
# marce villarino <mvillarino@users.sourceforge.net>, 2009.
|
|
# Marce Villarino <mvillarino@kde-espana.es>, 2009, 2011, 2012.
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: plasma_scriptengine_qscript\n"
|
|
"Report-Msgid-Bugs-To: xakepa10@gmail.com\n"
|
|
"POT-Creation-Date: 2015-06-25 09:29+0300\n"
|
|
"PO-Revision-Date: 2012-08-05 02:25+0200\n"
|
|
"Last-Translator: Marce Villarino <mvillarino@kde-espana.es>\n"
|
|
"Language-Team: Galician <proxecto@trasno.net>\n"
|
|
"Language: gl\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"X-Generator: Lokalize 1.4\n"
|
|
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
|
"X-Environment: kde\n"
|
|
"X-Accelerator-Marker: &\n"
|
|
"X-Text-Markup: kde4\n"
|
|
|
|
#: common/javascriptaddonpackagestructure.cpp:30
|
|
msgid "Images"
|
|
msgstr "Imaxes"
|
|
|
|
#: common/javascriptaddonpackagestructure.cpp:35
|
|
msgid "Configuration Definitions"
|
|
msgstr "Definicións de configuración"
|
|
|
|
#: common/javascriptaddonpackagestructure.cpp:40
|
|
msgid "User Interface"
|
|
msgstr "Interface de usuario"
|
|
|
|
#: common/javascriptaddonpackagestructure.cpp:43
|
|
msgid "Data Files"
|
|
msgstr "Ficheiros de datos"
|
|
|
|
#: common/javascriptaddonpackagestructure.cpp:45
|
|
msgid "Executable Scripts"
|
|
msgstr "Scripts executábeis"
|
|
|
|
#: common/javascriptaddonpackagestructure.cpp:50
|
|
msgid "Translations"
|
|
msgstr "Traducións"
|
|
|
|
#: common/javascriptaddonpackagestructure.cpp:52
|
|
msgid "Animation scripts"
|
|
msgstr "Scripts de animación"
|
|
|
|
#: common/javascriptaddonpackagestructure.cpp:54
|
|
#: common/javascriptaddonpackagestructure.cpp:64
|
|
msgid "Main Script File"
|
|
msgstr "Ficheiro principal do script"
|
|
|
|
#: common/scriptenv.cpp:121
|
|
msgid "Unable to load script file: %1"
|
|
msgstr "Non foi posíbel cargar o ficheiro de script: %1"
|
|
|
|
#: common/scriptenv.cpp:248
|
|
msgid "debug takes one argument"
|
|
msgstr "debug require un argumento"
|
|
|
|
#: common/scriptenv.cpp:268
|
|
msgid "print() takes one argument"
|
|
msgstr "print() require un argumento"
|
|
|
|
#: common/scriptenv.cpp:278
|
|
msgid "listAddons takes one argument: addon type"
|
|
msgstr "listAddons require un argumento: o tipo de engadido"
|
|
|
|
#: common/scriptenv.cpp:306 common/scriptenv.cpp:313
|
|
msgid "loadAddon takes two arguments: addon type and addon name to load"
|
|
msgstr ""
|
|
"loadAddon require dous argumentos: o tipo e o nome do engadido para cargar"
|
|
|
|
#: common/scriptenv.cpp:321
|
|
msgid "Failed to find Addon %1 of type %2"
|
|
msgstr "Non foi posíbel atopar o engadido %1 do tipo %2"
|
|
|
|
#: common/scriptenv.cpp:331
|
|
msgid "Failed to open script file for Addon %1: %2"
|
|
msgstr "Produciuse un erro ao cargar o ficheiro de script do engadido %1: %2"
|
|
|
|
#: dataengine/javascriptdataengine.cpp:110
|
|
msgid "setData() takes at least one argument"
|
|
msgstr "setData() leva como mínimo un argumento"
|
|
|
|
#: dataengine/javascriptdataengine.cpp:165
|
|
msgid "Could not extract the DataEngineObject"
|
|
msgstr "Non foi posíbel extraer o DataEngineObject"
|
|
|
|
#: dataengine/javascriptdataengine.cpp:169
|
|
msgid "Could not extract the DataEngine"
|
|
msgstr "Non foi posíbel extraer o DataEngine"
|
|
|
|
#: dataengine/javascriptdataengine.cpp:179
|
|
msgid "removeAllData() takes at least one argument (the source name)"
|
|
msgstr "removeAllData() leva como mínimo un argumento (o nome da fonte)"
|
|
|
|
#: dataengine/javascriptdataengine.cpp:197
|
|
msgid "removeData() takes at least two arguments (the source and key names)"
|
|
msgstr ""
|
|
"removeData() leva como mínimo dous argumentos (os nomes da fonte e da chave)"
|
|
|
|
#: dataengine/javascriptdataengine.cpp:235
|
|
#: dataengine/javascriptdataengine.cpp:240
|
|
msgid "Service requires at least one parameter: the name of the service"
|
|
msgstr "O servizo require como mínimo un parámetro: o nome do servizo"
|
|
|
|
#: dataengine/javascriptdataengine.cpp:250
|
|
msgid "Requested service %1 was not found in the Package."
|
|
msgstr "Non se atopou o servizo requirido %1 no Paquete."
|
|
|
|
#: plasmoid/declarativeappletscript.cpp:222
|
|
#: plasmoid/simplejavascriptapplet.cpp:711
|
|
msgid "loadui() takes one argument"
|
|
msgstr "loadui() require un argumento"
|
|
|
|
#: plasmoid/declarativeappletscript.cpp:228
|
|
#: plasmoid/simplejavascriptapplet.cpp:717
|
|
msgid "Unable to open '%1'"
|
|
msgstr "Non foi posíbel abrir «%1»"
|
|
|
|
#: plasmoid/declarativeappletscript.cpp:241
|
|
#: plasmoid/declarativeappletscript.cpp:265
|
|
#: plasmoid/simplejavascriptapplet.cpp:730
|
|
#: plasmoid/simplejavascriptapplet.cpp:748
|
|
msgid "Constructor takes at least 1 argument"
|
|
msgstr "O construtor leva como mínimo 1 argumento"
|
|
|
|
#: plasmoid/declarativeappletscript.cpp:497
|
|
#: plasmoid/simplejavascriptapplet.cpp:582
|
|
msgid "dataEngine() takes one argument"
|
|
msgstr "dataEngine() require un argumento"
|
|
|
|
#: plasmoid/declarativeappletscript.cpp:502
|
|
#: plasmoid/declarativeappletscript.cpp:524
|
|
#: plasmoid/declarativeappletscript.cpp:544
|
|
#: plasmoid/simplejavascriptapplet.cpp:587
|
|
#: plasmoid/simplejavascriptapplet.cpp:609
|
|
#: plasmoid/simplejavascriptapplet.cpp:629
|
|
msgid "Could not extract the Applet"
|
|
msgstr "Non foi posíbel extraer a Applet"
|
|
|
|
#: plasmoid/declarativeappletscript.cpp:517
|
|
#: plasmoid/simplejavascriptapplet.cpp:602
|
|
msgid "service() takes two arguments"
|
|
msgstr "service() require dous argumentos"
|
|
|
|
#: plasmoid/declarativeappletscript.cpp:537
|
|
#: plasmoid/simplejavascriptapplet.cpp:622
|
|
msgid "service() takes one argument"
|
|
msgstr "service() require un argumento"
|
|
|
|
#: plasmoid/simplejavascriptapplet.cpp:127
|
|
msgid "Error in %1 on line %2.<br><br>%3"
|
|
msgstr "Hai un erro en %1 na liña %2.<br><br>%3"
|
|
|
|
#: plasmoid/simplejavascriptapplet.cpp:641
|
|
msgid "animation() takes one argument"
|
|
msgstr "animation() require un argumento"
|
|
|
|
#: plasmoid/simplejavascriptapplet.cpp:685
|
|
msgid "%1 is not a known animation type"
|
|
msgstr "%1 non é un tipo coñecido de animación"
|
|
|
|
#: simplebindings/i18n.cpp:33
|
|
msgid "i18n() takes at least one argument"
|
|
msgstr "i18n() require como mínimo un argumento"
|
|
|
|
#: simplebindings/i18n.cpp:52
|
|
msgid "i18nc() takes at least two arguments"
|
|
msgstr "i18nc() require como mínimo dous argumentos"
|
|
|
|
#: simplebindings/i18n.cpp:72
|
|
msgid "i18np() takes at least two arguments"
|
|
msgstr "i18np() leva como mínimo dous argumentos"
|
|
|
|
#: simplebindings/i18n.cpp:97
|
|
msgid "i18ncp() takes at least three arguments"
|
|
msgstr "i18ncp() leva como mínimo tres argumentos"
|