diff options
Diffstat (limited to 'src/plugins/General')
30 files changed, 1172 insertions, 11 deletions
diff --git a/src/plugins/General/covermanager/covermanager.pro b/src/plugins/General/covermanager/covermanager.pro index 7b921d1cb..71233e343 100644 --- a/src/plugins/General/covermanager/covermanager.pro +++ b/src/plugins/General/covermanager/covermanager.pro @@ -16,7 +16,9 @@ TRANSLATIONS = translations/covermanager_plugin_cs.ts \ translations/covermanager_plugin_uk_UA.ts \ translations/covermanager_plugin_it.ts \ translations/covermanager_plugin_tr.ts \ - translations/covermanager_plugin_lt.ts + translations/covermanager_plugin_lt.ts \ + translations/covermanager_plugin_nl.ts + RESOURCES = translations/translations.qrc \ images/cm_images.qrc unix { diff --git a/src/plugins/General/covermanager/translations/covermanager_plugin_nl.ts b/src/plugins/General/covermanager/translations/covermanager_plugin_nl.ts new file mode 100644 index 000000000..980062843 --- /dev/null +++ b/src/plugins/General/covermanager/translations/covermanager_plugin_nl.ts @@ -0,0 +1,103 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="cs_CZ"> +<context> + <name>CoverManager</name> + <message> + <location filename="../covermanager.cpp" line="36"/> + <source>Show Cover</source> + <translation>Toon albumhoes</translation> + </message> + <message> + <location filename="../covermanager.cpp" line="37"/> + <source>Ctrl+M</source> + <translation>Ctrl+M</translation> + </message> +</context> +<context> + <name>CoverManagerFactory</name> + <message> + <location filename="../covermanagerfactory.cpp" line="29"/> + <source>Cover Manager Plugin</source> + <translation>Albumhoes Module</translation> + </message> + <message> + <location filename="../covermanagerfactory.cpp" line="49"/> + <source>About Cover Manager Plugin</source> + <translation>Over de Albumhoes Module</translation> + </message> + <message> + <location filename="../covermanagerfactory.cpp" line="50"/> + <source>Qmmp Cover Manager Plugin</source> + <translation>Albumhoes Module voor Qmmp</translation> + </message> + <message> + <location filename="../covermanagerfactory.cpp" line="51"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Auteur: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> +</context> +<context> + <name>CoverWidget</name> + <message> + <location filename="../coverwidget.cpp" line="37"/> + <source>&Save As...</source> + <translation>&Bewaar als...</translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="37"/> + <source>Ctrl+S</source> + <translation>Ctrl+S</translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="38"/> + <source>Size</source> + <translation>Grootte</translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="40"/> + <source>Actual Size</source> + <translation>Werkelijke grootte</translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="41"/> + <source>128x128</source> + <translation>128×128</translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="42"/> + <source>256x256</source> + <translation>256×256</translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="43"/> + <source>512x512</source> + <translation>512×512</translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="44"/> + <source>1024x1024</source> + <translation>1024×1024</translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="47"/> + <source>&Close</source> + <translation>&Sluiten</translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="47"/> + <source>Alt+F4</source> + <translation>Alt+F4</translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="90"/> + <source>Save Cover As</source> + <translation>Bewaar Hoes Als</translation> + </message> + <message> + <location filename="../coverwidget.cpp" line="92"/> + <source>Images</source> + <translation>Afbeeldingen</translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/covermanager/translations/translations.qrc b/src/plugins/General/covermanager/translations/translations.qrc index a2776dd2d..dbfbb834d 100644 --- a/src/plugins/General/covermanager/translations/translations.qrc +++ b/src/plugins/General/covermanager/translations/translations.qrc @@ -11,5 +11,6 @@ <file>covermanager_plugin_de.qm</file> <file>covermanager_plugin_tr.qm</file> <file>covermanager_plugin_lt.qm</file> + <file>covermanager_plugin_nl.qm</file> </qresource> </RCC> diff --git a/src/plugins/General/fileops/fileops.pro b/src/plugins/General/fileops/fileops.pro index 8b2211517..e9592affe 100644 --- a/src/plugins/General/fileops/fileops.pro +++ b/src/plugins/General/fileops/fileops.pro @@ -25,7 +25,8 @@ TRANSLATIONS = translations/fileops_plugin_cs.ts \ translations/fileops_plugin_uk_UA.ts \ translations/fileops_plugin_it.ts \ translations/fileops_plugin_tr.ts \ - translations/fileops_plugin_lt.ts + translations/fileops_plugin_lt.ts \ + translations/fileops_plugin_nl.ts RESOURCES = translations/translations.qrc unix { isEmpty(LIB_DIR){ diff --git a/src/plugins/General/fileops/translations/fileops_plugin_nl.ts b/src/plugins/General/fileops/translations/fileops_plugin_nl.ts new file mode 100644 index 000000000..9da376d1c --- /dev/null +++ b/src/plugins/General/fileops/translations/fileops_plugin_nl.ts @@ -0,0 +1,234 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="nl"> +<context> + <name>FileOps</name> + <message> + <location filename="../fileops.cpp" line="98"/> + <source>Error</source> + <translation>Fout</translation> + </message> + <message> + <location filename="../fileops.cpp" line="99"/> + <source>Destination directory doesn't exist</source> + <translation>Doelmap bestaat niet</translation> + </message> + <message> + <location filename="../fileops.cpp" line="104"/> + <source>Copying</source> + <translation>Bezig met kopiëren</translation> + </message> + <message> + <location filename="../fileops.cpp" line="105"/> + <source>Stop</source> + <translation>Stop</translation> + </message> + <message> + <location filename="../fileops.cpp" line="146"/> + <source>Copying file %1/%2</source> + <translation>Kopiëer bestand: %1/%2</translation> + </message> + <message> + <location filename="../fileops.cpp" line="189"/> + <source>Remove files</source> + <translation>Verwijder bestanden</translation> + </message> + <message numerus="yes"> + <location filename="../fileops.cpp" line="190"/> + <source>Are you sure you want to remove %n file(s) from disk?</source> + <translation> + <numerusform>Weet u zeker dat u deze %n bestanden wilt verwijderen?</numerusform> + <numerusform>Weet u zeker dat u deze %n bestanden wilt verwijderen?</numerusform> + </translation> + </message> +</context> +<context> + <name>FileOpsFactory</name> + <message> + <location filename="../fileopsfactory.cpp" line="30"/> + <source>File Operations Plugin</source> + <translation>Bestands Beheer Module</translation> + </message> + <message> + <location filename="../fileopsfactory.cpp" line="50"/> + <source>About File Operations Plugin</source> + <translation>Over de Bestands Beheer Module</translation> + </message> + <message> + <location filename="../fileopsfactory.cpp" line="51"/> + <source>Qmmp File Operations Plugin</source> + <translation>Bestands Beheer Module voor Qmmp</translation> + </message> + <message> + <location filename="../fileopsfactory.cpp" line="52"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Auteur: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> +</context> +<context> + <name>HotkeyDialog</name> + <message> + <location filename="../hotkeydialog.ui" line="14"/> + <source>Modify Shortcut</source> + <translation>Sneltoets Aanpassen</translation> + </message> + <message> + <location filename="../hotkeydialog.ui" line="29"/> + <source>Press the key combination you want to assign</source> + <translation>Druk de toetscombinatie die u wilt toewijzen</translation> + </message> + <message> + <location filename="../hotkeydialog.ui" line="43"/> + <source>Clear</source> + <translation>Leeghalen</translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.cpp" line="52"/> + <location filename="../settingsdialog.cpp" line="132"/> + <source>Copy</source> + <translation>Kopiëer</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="53"/> + <location filename="../settingsdialog.cpp" line="133"/> + <source>Rename</source> + <translation>Hernoem</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="92"/> + <location filename="../settingsdialog.cpp" line="55"/> + <location filename="../settingsdialog.cpp" line="135"/> + <source>Remove</source> + <translation>Verwijder</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="138"/> + <source>New action</source> + <translation>Nieuwe actie</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="192"/> + <source>Artist</source> + <translation>Artiest</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="193"/> + <source>Album</source> + <translation>Album</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="194"/> + <source>Title</source> + <translation>Naam</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="197"/> + <source>Genre</source> + <translation>Genre</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="204"/> + <source>Year</source> + <translation>Jaar</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="198"/> + <source>Comment</source> + <translation>Commentaar</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="195"/> + <source>Track number</source> + <translation>Liednummer</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="196"/> + <source>Two-digit track number</source> + <translation>Twee-getal liednummer</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="199"/> + <source>Composer</source> + <translation>Componist</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="200"/> + <source>Duration</source> + <translation>Duur</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="201"/> + <source>Disc number</source> + <translation>CD nummer</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="202"/> + <source>File name</source> + <translation>Bestandsnaam</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="203"/> + <source>File path</source> + <translation>Pad</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="205"/> + <source>Condition</source> + <translation>Staat</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="221"/> + <source>Choose a directory</source> + <translation>Kies een map</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>File Operations Settings</source> + <translation>Instellingen van Bestandsbeheer</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="48"/> + <source>Enabled</source> + <translation>Ingeschakeld</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="53"/> + <source>Operation</source> + <translation>Actie</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="58"/> + <source>Menu text</source> + <translation>Menu tekst</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="63"/> + <source>Shortcut</source> + <translation>Sneltoets</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="126"/> + <location filename="../settingsdialog.ui" line="143"/> + <source>...</source> + <translation>…</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="116"/> + <source>Destination:</source> + <translation>Doel:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="79"/> + <source>Add</source> + <translation>Toevoegen</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="133"/> + <source>File name pattern:</source> + <translation>Bestandsnaam patroon:</translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/fileops/translations/translations.qrc b/src/plugins/General/fileops/translations/translations.qrc index 9adeba788..a9febcc94 100644 --- a/src/plugins/General/fileops/translations/translations.qrc +++ b/src/plugins/General/fileops/translations/translations.qrc @@ -11,5 +11,6 @@ <file>fileops_plugin_pl.qm</file> <file>fileops_plugin_tr.qm</file> <file>fileops_plugin_lt.qm</file> + <file>fileops_plugin_nl.qm</file> </qresource> </RCC> diff --git a/src/plugins/General/hal/hal.pro b/src/plugins/General/hal/hal.pro index 2103f3a29..8efd98eef 100644 --- a/src/plugins/General/hal/hal.pro +++ b/src/plugins/General/hal/hal.pro @@ -22,7 +22,8 @@ TRANSLATIONS = translations/hal_plugin_cs.ts \ translations/hal_plugin_it.ts \ translations/hal_plugin_tr.ts \ translations/hal_plugin_lt.ts \ - + translations/hal_plugin_nl.ts + RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ diff --git a/src/plugins/General/hal/translations/hal_plugin_nl.ts b/src/plugins/General/hal/translations/hal_plugin_nl.ts new file mode 100644 index 000000000..d6b8eef60 --- /dev/null +++ b/src/plugins/General/hal/translations/hal_plugin_nl.ts @@ -0,0 +1,88 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="nl"> +<context> + <name>HalFactory</name> + <message> + <location filename="../halfactory.cpp" line="30"/> + <source>HAL Plugin</source> + <translation>HAL Module</translation> + </message> + <message> + <location filename="../halfactory.cpp" line="50"/> + <source>About HAL Plugin</source> + <translation>Over de HAL Module</translation> + </message> + <message> + <location filename="../halfactory.cpp" line="51"/> + <source>Qmmp HAL Plugin</source> + <translation>HAL Module voor Qmmp</translation> + </message> + <message> + <location filename="../halfactory.cpp" line="52"/> + <source>This plugin provides removable devices detection using HAL</source> + <translation>Deze module levert detectie voor wisselbare stations die gebruikmaken van HAL</translation> + </message> + <message> + <location filename="../halfactory.cpp" line="53"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Auteur: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> + <message> + <location filename="../halfactory.cpp" line="54"/> + <source>Based on Solid (KDE hardware library)</source> + <translation>Gebasseerd op Solid (KDE hardware bibliotheek)</translation> + </message> +</context> +<context> + <name>HalPlugin</name> + <message> + <location filename="../halplugin.cpp" line="160"/> + <source>Add CD "%1"</source> + <translation>Voeg CD "%1" toe</translation> + </message> + <message> + <location filename="../halplugin.cpp" line="166"/> + <source>Add Volume "%1"</source> + <translation>Voeg Station "%1" toe</translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="13"/> + <source>HAL Plugin Settings</source> + <translation>HAL Module Instellingen</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="28"/> + <source>CD Audio Detection</source> + <translation>CD Audio Detectie</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="37"/> + <source>Add tracks to playlist automatically</source> + <translation>Voeg nummers automatisch toe aan speellijst</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="44"/> + <source>Remove tracks from playlist automatically</source> + <translation>Verwijder nummers automatisch van speellijst</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="54"/> + <source>Removable Device Detection</source> + <translation>Detectie van Verwisselbare Stations</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="63"/> + <source>Add files to playlist automatically</source> + <translation>Voeg bestanden automatisch toe aan afspeellijst</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="70"/> + <source>Remove files from playlist automatically</source> + <translation>Verwijder bestanden automatisch van afspeellijst</translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/hal/translations/translations.qrc b/src/plugins/General/hal/translations/translations.qrc index baab4610e..c9915a69f 100644 --- a/src/plugins/General/hal/translations/translations.qrc +++ b/src/plugins/General/hal/translations/translations.qrc @@ -11,5 +11,6 @@ <file>hal_plugin_pl.qm</file> <file>hal_plugin_tr.qm</file> <file>hal_plugin_lt.qm</file> + <file>hal_plugin_nl.qm</file> </qresource> </RCC> diff --git a/src/plugins/General/hotkey/hotkey.pro b/src/plugins/General/hotkey/hotkey.pro index e0c2876ad..2a1e74444 100644 --- a/src/plugins/General/hotkey/hotkey.pro +++ b/src/plugins/General/hotkey/hotkey.pro @@ -23,7 +23,8 @@ TRANSLATIONS = translations/hotkey_plugin_cs.ts \ translations/hotkey_plugin_uk_UA.ts \ translations/hotkey_plugin_it.ts \ translations/hotkey_plugin_tr.ts \ - translations/hotkey_plugin_lt.ts + translations/hotkey_plugin_lt.ts \ + translations/hotkey_plugin_nl.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ diff --git a/src/plugins/General/hotkey/translations/hotkey_plugin_nl.ts b/src/plugins/General/hotkey/translations/hotkey_plugin_nl.ts new file mode 100644 index 000000000..9bb5d5ff0 --- /dev/null +++ b/src/plugins/General/hotkey/translations/hotkey_plugin_nl.ts @@ -0,0 +1,118 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="nl"> +<context> + <name>HotkeyDialog</name> + <message> + <location filename="../hotkeydialog.ui" line="14"/> + <source>Modify Shortcut</source> + <translation>Bewerk Sneltoets</translation> + </message> + <message> + <location filename="../hotkeydialog.ui" line="32"/> + <source>Press the key combination you want to assign</source> + <translation>Druk de toetscombinatie die u wilt toewijzen</translation> + </message> + <message> + <location filename="../hotkeydialog.ui" line="52"/> + <source>Clear</source> + <translation>Leeghalen</translation> + </message> +</context> +<context> + <name>HotkeyFactory</name> + <message> + <location filename="../hotkeyfactory.cpp" line="30"/> + <source>Global Hotkey Plugin</source> + <translation>Globale Sneltoets Module</translation> + </message> + <message> + <location filename="../hotkeyfactory.cpp" line="50"/> + <source>About Global Hotkey Plugin</source> + <translation>Over de Globale Sneltoets Module</translation> + </message> + <message> + <location filename="../hotkeyfactory.cpp" line="51"/> + <source>Qmmp Global Hotkey Plugin</source> + <translation>Globale Sneltoets Module voor Qmmp</translation> + </message> + <message> + <location filename="../hotkeyfactory.cpp" line="52"/> + <source>This plugin adds support for multimedia keys or global key combinations</source> + <translation>Deze module voegt ondersteuning toe voor multimedia toetsen of globale toetscombinaties</translation> + </message> + <message> + <location filename="../hotkeyfactory.cpp" line="53"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Auteur: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.cpp" line="42"/> + <source>Play</source> + <translation>Afspelen</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="43"/> + <source>Stop</source> + <translation>Stoppen</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="44"/> + <source>Pause</source> + <translation>Pause</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="45"/> + <source>Play/Pause</source> + <translation>Speel/Pause</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="46"/> + <source>Next</source> + <translation>Volgende</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="47"/> + <source>Previous</source> + <translation>Vorige</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="48"/> + <source>Show/Hide</source> + <translation>Toon/Verberg</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="49"/> + <source>Volume +</source> + <translation>Volume +</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="50"/> + <source>Volume -</source> + <translation>Volume -</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>Global Hotkey Plugin Settings</source> + <translation>Globale Sneltoets Module Instellingen</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="42"/> + <source>Action</source> + <translation>Actie</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="47"/> + <source>Shortcut</source> + <translation>Sneltoets</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="55"/> + <source>Reset</source> + <translation>Leeghalen</translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/hotkey/translations/translations.qrc b/src/plugins/General/hotkey/translations/translations.qrc index 2326eb2c0..a938c0a44 100644 --- a/src/plugins/General/hotkey/translations/translations.qrc +++ b/src/plugins/General/hotkey/translations/translations.qrc @@ -11,5 +11,6 @@ <file>hotkey_plugin_uk_UA.qm</file> <file>hotkey_plugin_tr.qm</file> <file>hotkey_plugin_lt.qm</file> + <file>hotkey_plugin_nl.qm</file> </qresource> </RCC> diff --git a/src/plugins/General/kdenotify/kdenotify.pro b/src/plugins/General/kdenotify/kdenotify.pro index a0f1f2665..179f965f7 100644 --- a/src/plugins/General/kdenotify/kdenotify.pro +++ b/src/plugins/General/kdenotify/kdenotify.pro @@ -38,8 +38,8 @@ TRANSLATIONS = translations/kdenotify_plugin_cs.ts \ translations/kdenotify_plugin_uk_UA.ts \ translations/kdenotify_plugin_it.ts \ translations/kdenotify_plugin_tr.ts \ - translations/kdenotify_plugin_lt.ts - + translations/kdenotify_plugin_lt.ts \ + translations/kdenotify_plugin_nl.ts images.files = app_icon.png \ empty_cover.png diff --git a/src/plugins/General/kdenotify/translations/kdenotify_plugin_nl.ts b/src/plugins/General/kdenotify/translations/kdenotify_plugin_nl.ts new file mode 100644 index 000000000..273363e2d --- /dev/null +++ b/src/plugins/General/kdenotify/translations/kdenotify_plugin_nl.ts @@ -0,0 +1,74 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="cs_CZ"> +<context> + <name>KdeNotify</name> + <message> + <location filename="../kdenotify.cpp" line="122"/> + <source>Qmmp now playing:</source> + <translation>Qmmp speelt nu af:</translation> + </message> +</context> +<context> + <name>KdeNotifyFactory</name> + <message> + <location filename="../kdenotifyfactory.cpp" line="30"/> + <source>KDE 4 notification plugin</source> + <translation>Notificatie module voor KDE 4</translation> + </message> + <message> + <location filename="../kdenotifyfactory.cpp" line="50"/> + <source>About KDE Notification Plugin</source> + <translation>Over de KDE Notificatie Module</translation> + </message> + <message> + <location filename="../kdenotifyfactory.cpp" line="51"/> + <source>KDE 4 notification plugin for Qmmp +</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>KDE 4 Notification Plugin Settings</source> + <translation>KDE 4 Notificatie Module Instellingen</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="39"/> + <source>Options</source> + <translation>Opties</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="45"/> + <source>Notification delay [s]:</source> + <translation>Notificatie vertraging [s]:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="75"/> + <source>Update visible notification instead create new</source> + <translation>Werk huidige notificatie bij i.p.v. het maken van een nieuwe</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="85"/> + <source>Appearance</source> + <translation>Uitstraling</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="91"/> + <source>Show covers</source> + <translation>Laat hoezen zien</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="100"/> + <source>Change template</source> + <translation>Verander layout</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="75"/> + <source>Notification Template</source> + <translation>Notificatie Layout</translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/kdenotify/translations/translations.qrc b/src/plugins/General/kdenotify/translations/translations.qrc index 8f5b102d3..327e94aaf 100644 --- a/src/plugins/General/kdenotify/translations/translations.qrc +++ b/src/plugins/General/kdenotify/translations/translations.qrc @@ -11,5 +11,6 @@ <file>kdenotify_plugin_uk_UA.qm</file> <file>kdenotify_plugin_tr.qm</file> <file>kdenotify_plugin_lt.qm</file> + <file>kdenotify_plugin_nl.qm</file> </qresource> </RCC> diff --git a/src/plugins/General/lyrics/lyrics.pro b/src/plugins/General/lyrics/lyrics.pro index 4695cc7d9..ebb951bdb 100644 --- a/src/plugins/General/lyrics/lyrics.pro +++ b/src/plugins/General/lyrics/lyrics.pro @@ -25,7 +25,8 @@ TRANSLATIONS = translations/lyrics_plugin_cs.ts \ translations/lyrics_plugin_uk_UA.ts \ translations/lyrics_plugin_it.ts \ translations/lyrics_plugin_tr.ts \ - translations/lyrics_plugin_lt.ts + translations/lyrics_plugin_lt.ts \ + translations/lyrics_plugin_nl.ts RESOURCES = translations/translations.qrc unix{ isEmpty(LIB_DIR){ diff --git a/src/plugins/General/lyrics/translations/lyrics_plugin_nl.ts b/src/plugins/General/lyrics/translations/lyrics_plugin_nl.ts new file mode 100644 index 000000000..966f85fc6 --- /dev/null +++ b/src/plugins/General/lyrics/translations/lyrics_plugin_nl.ts @@ -0,0 +1,98 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="nl"> +<context> + <name>Lyrics</name> + <message> + <location filename="../lyrics.cpp" line="35"/> + <source>View Lyrics</source> + <translation>Laat Tekst zien</translation> + </message> + <message> + <location filename="../lyrics.cpp" line="36"/> + <source>Ctrl+L</source> + <translation>Ctrl+L</translation> + </message> +</context> +<context> + <name>LyricsFactory</name> + <message> + <location filename="../lyricsfactory.cpp" line="29"/> + <source>Lyrics Plugin</source> + <translation>Tekst Module</translation> + </message> + <message> + <location filename="../lyricsfactory.cpp" line="50"/> + <source>About Lyrics Plugin</source> + <translation>Over de Tekst Module</translation> + </message> + <message> + <location filename="../lyricsfactory.cpp" line="51"/> + <source>Qmmp Lyrics Plugin</source> + <translation>Qmmp Tekst Module</translation> + </message> + <message> + <location filename="../lyricsfactory.cpp" line="53"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Auteur: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> + <message> + <location filename="../lyricsfactory.cpp" line="52"/> + <source>This plugin retrieves lyrics from lyricsplugin.com</source> + <translation>Deze module haalt teksten van lyricsplugin.com</translation> + </message> +</context> +<context> + <name>LyricsWindow</name> + <message> + <location filename="../lyricswindow.cpp" line="63"/> + <source>Done</source> + <translation>Klaar</translation> + </message> + <message> + <location filename="../lyricswindow.cpp" line="66"/> + <source>Error</source> + <translation>Fout</translation> + </message> + <message> + <location filename="../lyricswindow.cpp" line="97"/> + <source>Lyrics: %1 - %2</source> + <translation>Tekst: %1 - %2</translation> + </message> + <message> + <location filename="../lyricswindow.ui" line="60"/> + <source>No connection</source> + <translation>Geen verbinding</translation> + </message> + <message> + <location filename="../lyricswindow.cpp" line="85"/> + <source>Not found</source> + <translation>Niet gevonden</translation> + </message> + <message> + <location filename="../lyricswindow.cpp" line="96"/> + <source>Receiving</source> + <translation>Bezig met ontvangen</translation> + </message> + <message> + <location filename="../lyricswindow.ui" line="14"/> + <source>Lyrics Plugin</source> + <translation>Tekst Module</translation> + </message> + <message> + <location filename="../lyricswindow.ui" line="31"/> + <source>Artist:</source> + <translation>Artiest:</translation> + </message> + <message> + <location filename="../lyricswindow.ui" line="41"/> + <source>Title:</source> + <translation>Naam:</translation> + </message> + <message> + <location filename="../lyricswindow.ui" line="51"/> + <source>Search</source> + <translation>Zoek</translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/lyrics/translations/translations.qrc b/src/plugins/General/lyrics/translations/translations.qrc index 8e94ccb06..bac88c20c 100644 --- a/src/plugins/General/lyrics/translations/translations.qrc +++ b/src/plugins/General/lyrics/translations/translations.qrc @@ -11,5 +11,6 @@ <file>lyrics_plugin_de.qm</file> <file>lyrics_plugin_tr.qm</file> <file>lyrics_plugin_lt.qm</file> + <file>lyrics_plugin_nl.qm</file> </qresource> </RCC> diff --git a/src/plugins/General/mpris/mpris.pro b/src/plugins/General/mpris/mpris.pro index 1c963b95e..6586a2978 100644 --- a/src/plugins/General/mpris/mpris.pro +++ b/src/plugins/General/mpris/mpris.pro @@ -21,7 +21,8 @@ TRANSLATIONS = translations/mpris_plugin_cs.ts \ translations/mpris_plugin_uk_UA.ts \ translations/mpris_plugin_it.ts \ translations/mpris_plugin_tr.ts \ - translations/mpris_plugin_lt.ts + translations/mpris_plugin_lt.ts \ + translations/mpris_plugin_nl.ts RESOURCES = translations/translations.qrc isEmpty(LIB_DIR){ diff --git a/src/plugins/General/mpris/translations/mpris_plugin_nl.ts b/src/plugins/General/mpris/translations/mpris_plugin_nl.ts new file mode 100644 index 000000000..f091e40b8 --- /dev/null +++ b/src/plugins/General/mpris/translations/mpris_plugin_nl.ts @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="nl"> +<context> + <name>MPRISFactory</name> + <message> + <location filename="../mprisfactory.cpp" line="29"/> + <source>MPRIS Plugin</source> + <translation>MPRIS Module</translation> + </message> + <message> + <location filename="../mprisfactory.cpp" line="49"/> + <source>About MPRIS Plugin</source> + <translation>Over de MPRIS Module</translation> + </message> + <message> + <location filename="../mprisfactory.cpp" line="51"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Auteur: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> + <message> + <location filename="../mprisfactory.cpp" line="50"/> + <source>Qmmp MPRIS Plugin</source> + <translation>Qmmp MPRIS Module</translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/mpris/translations/translations.qrc b/src/plugins/General/mpris/translations/translations.qrc index a60ddeeb6..9e2bd2b23 100644 --- a/src/plugins/General/mpris/translations/translations.qrc +++ b/src/plugins/General/mpris/translations/translations.qrc @@ -11,5 +11,6 @@ <file>mpris_plugin_uk_UA.qm</file> <file>mpris_plugin_tr.qm</file> <file>mpris_plugin_lt.qm</file> + <file>mpris_plugin_nl.qm</file> </qresource> </RCC> diff --git a/src/plugins/General/notifier/notifier.pro b/src/plugins/General/notifier/notifier.pro index 6433d82c7..b074fcd48 100644 --- a/src/plugins/General/notifier/notifier.pro +++ b/src/plugins/General/notifier/notifier.pro @@ -24,7 +24,8 @@ TRANSLATIONS = translations/notifier_plugin_cs.ts \ translations/notifier_plugin_uk_UA.ts \ translations/notifier_plugin_it.ts \ translations/notifier_plugin_tr.ts \ - translations/notifier_plugin_lt.ts + translations/notifier_plugin_lt.ts \ + translations/notifier_plugin_nl.ts RESOURCES = notifier_images.qrc \ translations/translations.qrc diff --git a/src/plugins/General/notifier/translations/notifier_plugin_nl.ts b/src/plugins/General/notifier/translations/notifier_plugin_nl.ts new file mode 100644 index 000000000..8f44256ce --- /dev/null +++ b/src/plugins/General/notifier/translations/notifier_plugin_nl.ts @@ -0,0 +1,189 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="nl"> +<context> + <name>NotifierFactory</name> + <message> + <location filename="../notifierfactory.cpp" line="30"/> + <source>Notifier Plugin</source> + <translation>Notificatie Module</translation> + </message> + <message> + <location filename="../notifierfactory.cpp" line="50"/> + <source>About Notifier Plugin</source> + <translation>Over de Notificatie Module</translation> + </message> + <message> + <location filename="../notifierfactory.cpp" line="51"/> + <source>Qmmp Notifier Plugin</source> + <translation>Notificatie Module voor Qmmp</translation> + </message> + <message> + <location filename="../notifierfactory.cpp" line="52"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Auteur: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> +</context> +<context> + <name>PopupWidget</name> + <message> + <location filename="../popupwidget.cpp" line="126"/> + <source>Volume:</source> + <translation>Volume:</translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>Notifier Plugin Settings</source> + <translation>Notificatie Module Instellingen</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="101"/> + <source>Transparency:</source> + <translation>Transparantie:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="344"/> + <source>Notification Template</source> + <translation>Notificatie Layout</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="373"/> + <source>Reset</source> + <translation>Leeghalen</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="380"/> + <source>Insert</source> + <translation>Invoegen</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="390"/> + <source>Psi Notification</source> + <translation>Psi Notificatie</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="402"/> + <source>Enable Psi notification</source> + <translation>Psi notificatie Inschakelen</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="35"/> + <source>Desktop Notification</source> + <translation>Bureaublad Notificatie</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="55"/> + <source>Font:</source> + <translation>Lettertype:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="308"/> + <source>Cover size:</source> + <translation>Hoesgrootte:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="75"/> + <source>Delay (ms):</source> + <translation>Vertraging (ms):</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="281"/> + <source>Position</source> + <translation>Positie</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="301"/> + <source>...</source> + <translation>…</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="41"/> + <source>Song change notification</source> + <translation>Notificatie bij verandering van lied</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="48"/> + <source>Volume change notification</source> + <translation>Notificatie bij verandering van volume</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="124"/> + <location filename="../settingsdialog.ui" line="334"/> + <source>0</source> + <translation>0</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="107"/> + <source>Artist</source> + <translation>Artiest</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="108"/> + <source>Album</source> + <translation>Album</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="109"/> + <source>Title</source> + <translation>Naam</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="110"/> + <source>Track number</source> + <translation>Liednummer</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="111"/> + <source>Two-digit track number</source> + <translation>Twee-getal liednummer</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="112"/> + <source>Genre</source> + <translation>Genre</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="113"/> + <source>Comment</source> + <translation>Commentaar</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="114"/> + <source>Composer</source> + <translation>Componist</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="115"/> + <source>Duration</source> + <translation>Duur</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="116"/> + <source>Disc number</source> + <translation>CD Nummer</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="117"/> + <source>File name</source> + <translation>Bestandsnaam</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="118"/> + <source>File path</source> + <translation>Pad</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="119"/> + <source>Year</source> + <translation>Jaar</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="120"/> + <source>Condition</source> + <translation>Staat</translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/notifier/translations/translations.qrc b/src/plugins/General/notifier/translations/translations.qrc index 1e1776f7e..8473070ea 100644 --- a/src/plugins/General/notifier/translations/translations.qrc +++ b/src/plugins/General/notifier/translations/translations.qrc @@ -11,5 +11,6 @@ <file>notifier_plugin_uk_UA.qm</file> <file>notifier_plugin_tr.qm</file> <file>notifier_plugin_lt.qm</file> + <file>notifier_plugin_nl.qm</file> </qresource> </RCC> diff --git a/src/plugins/General/scrobbler/scrobbler.pro b/src/plugins/General/scrobbler/scrobbler.pro index 1140c9b5b..4c579d9f3 100644 --- a/src/plugins/General/scrobbler/scrobbler.pro +++ b/src/plugins/General/scrobbler/scrobbler.pro @@ -16,7 +16,8 @@ TRANSLATIONS = translations/scrobbler_plugin_cs.ts \ translations/scrobbler_plugin_uk_UA.ts \ translations/scrobbler_plugin_it.ts \ translations/scrobbler_plugin_tr.ts \ - translations/scrobbler_plugin_lt.ts + translations/scrobbler_plugin_lt.ts \ + translations/scrobbler_plugin_nl.ts RESOURCES = translations/translations.qrc unix { diff --git a/src/plugins/General/scrobbler/translations/scrobbler_plugin_nl.ts b/src/plugins/General/scrobbler/translations/scrobbler_plugin_nl.ts new file mode 100644 index 000000000..e8510031b --- /dev/null +++ b/src/plugins/General/scrobbler/translations/scrobbler_plugin_nl.ts @@ -0,0 +1,57 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="nl"> +<context> + <name>ScrobblerFactory</name> + <message> + <location filename="../scrobblerfactory.cpp" line="30"/> + <source>Scrobbler Plugin</source> + <translation>Scrobbler Module</translation> + </message> + <message> + <location filename="../scrobblerfactory.cpp" line="50"/> + <source>About Scrobbler Plugin</source> + <translation>Over de Scrobbler Module</translation> + </message> + <message> + <location filename="../scrobblerfactory.cpp" line="51"/> + <source>Qmmp AudioScrobbler Plugin</source> + <translation>AudioScrobbler Module voor Qmmp</translation> + </message> + <message> + <location filename="../scrobblerfactory.cpp" line="52"/> + <source>Writen by: Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Auteur: Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>Scrobbler Plugin Settings</source> + <translation>Scrobbler Module Instellingen</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="32"/> + <source>Last.fm</source> + <translation>Last.fm</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="41"/> + <location filename="../settingsdialog.ui" line="77"/> + <source>User name:</source> + <translation>Gebruikersnaam:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="51"/> + <location filename="../settingsdialog.ui" line="87"/> + <source>Password:</source> + <translation>Wachtwoord:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="68"/> + <source>Libre.fm</source> + <translation>Libre.fm</translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/scrobbler/translations/translations.qrc b/src/plugins/General/scrobbler/translations/translations.qrc index 60eb8246c..3fa440af4 100644 --- a/src/plugins/General/scrobbler/translations/translations.qrc +++ b/src/plugins/General/scrobbler/translations/translations.qrc @@ -11,5 +11,6 @@ <file>scrobbler_plugin_uk_UA.qm</file> <file>scrobbler_plugin_tr.qm</file> <file>scrobbler_plugin_lt.qm</file> + <file>scrobbler_plugin_nl.qm</file> </qresource> </RCC> diff --git a/src/plugins/General/statusicon/statusicon.pro b/src/plugins/General/statusicon/statusicon.pro index 8bfaf60e0..8d0f09bfc 100644 --- a/src/plugins/General/statusicon/statusicon.pro +++ b/src/plugins/General/statusicon/statusicon.pro @@ -26,7 +26,9 @@ TRANSLATIONS = translations/statusicon_plugin_cs.ts \ translations/statusicon_plugin_uk_UA.ts \ translations/statusicon_plugin_it.ts \ translations/statusicon_plugin_tr.ts \ - translations/statusicon_plugin_lt.ts + translations/statusicon_plugin_lt.ts \ + translations/statusicon_plugin_nl.ts + RESOURCES = translations/translations.qrc unix { isEmpty(LIB_DIR):LIB_DIR = /lib diff --git a/src/plugins/General/statusicon/translations/statusicon_plugin_nl.ts b/src/plugins/General/statusicon/translations/statusicon_plugin_nl.ts new file mode 100644 index 000000000..a0f4f0b15 --- /dev/null +++ b/src/plugins/General/statusicon/translations/statusicon_plugin_nl.ts @@ -0,0 +1,152 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="nl"> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>Status Icon Plugin Settings</source> + <translation>Status Icoon Module Instellingen</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="79"/> + <source>Tooltip</source> + <translation>Notificatieballon</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="38"/> + <location filename="../settingsdialog.ui" line="105"/> + <source>Delay, ms:</source> + <translation>Vertraging, ms:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="29"/> + <source>Balloon message</source> + <translation>Ballon bericht</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="98"/> + <source>Show progress bar</source> + <translation>Toon Voortgangsindicator</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="131"/> + <source>Transparency:</source> + <translation>Transparantie:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="165"/> + <source>0</source> + <translation>0</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="91"/> + <source>Try to split file name when no tag</source> + <translation>Bij geen tag, probeer de bestandsnaam te splitsen</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="174"/> + <source>Cover size:</source> + <translation>Hoesgrootte:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="214"/> + <source>32</source> + <translation>32</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="225"/> + <source>Change template</source> + <translation>Verander layout</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="250"/> + <source>Use standard icons</source> + <translation>Gebruik standaard icoontjes</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="70"/> + <source>Tooltip Template</source> + <translation>Tooltip Layout</translation> + </message> +</context> +<context> + <name>StatusIcon</name> + <message> + <location filename="../statusicon.cpp" line="65"/> + <source>Play</source> + <translation>Afspelen</translation> + </message> + <message> + <location filename="../statusicon.cpp" line="66"/> + <source>Pause</source> + <translation>Pauze</translation> + </message> + <message> + <location filename="../statusicon.cpp" line="67"/> + <source>Stop</source> + <translation>Stop</translation> + </message> + <message> + <location filename="../statusicon.cpp" line="69"/> + <source>Next</source> + <translation>Volgende</translation> + </message> + <message> + <location filename="../statusicon.cpp" line="70"/> + <source>Previous</source> + <translation>Vorige</translation> + </message> + <message> + <location filename="../statusicon.cpp" line="72"/> + <source>Exit</source> + <translation>Afsluiten</translation> + </message> + <message> + <location filename="../statusicon.cpp" line="125"/> + <source>Now Playing</source> + <translation>Aan het Afspelen</translation> + </message> +</context> +<context> + <name>StatusIconFactory</name> + <message> + <location filename="../statusiconfactory.cpp" line="30"/> + <source>Status Icon Plugin</source> + <translation>Status Icoon Module</translation> + </message> + <message> + <location filename="../statusiconfactory.cpp" line="51"/> + <source>Qmmp Status Icon Plugin</source> + <translation>Status Icoon Module voor Qmmp</translation> + </message> + <message> + <location filename="../statusiconfactory.cpp" line="52"/> + <source>Writen by:</source> + <translation>Auteur:</translation> + </message> + <message> + <location filename="../statusiconfactory.cpp" line="53"/> + <source>Ilya Kotov <forkotov02@hotmail.ru></source> + <translation>Ilya Kotov <forkotov02@hotmail.ru></translation> + </message> + <message> + <location filename="../statusiconfactory.cpp" line="54"/> + <source>Artur Guzik <a.guzik88@gmail.com></source> + <translation>Artur Guzik <a.guzik88@gmail.com></translation> + </message> + <message> + <location filename="../statusiconfactory.cpp" line="50"/> + <source>About Status Icon Plugin</source> + <translation>Over de Status Icoon Module</translation> + </message> +</context> +<context> + <name>StatusIconPopupWidget</name> + <message> + <location filename="../statusiconpopupwidget.cpp" line="135"/> + <source>Stopped</source> + <translation>Gestopt</translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/statusicon/translations/translations.qrc b/src/plugins/General/statusicon/translations/translations.qrc index bca3f3d4b..718688f3a 100644 --- a/src/plugins/General/statusicon/translations/translations.qrc +++ b/src/plugins/General/statusicon/translations/translations.qrc @@ -11,5 +11,6 @@ <file>statusicon_plugin_uk_UA.qm</file> <file>statusicon_plugin_tr.qm</file> <file>statusicon_plugin_lt.qm</file> + <file>statusicon_plugin_nl.qm</file> </qresource> </RCC> |
