diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-09-13 07:26:21 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-09-13 07:26:21 +0000 |
| commit | 299e076452c3593f7dda7c700d17d8e09e0a71e1 (patch) | |
| tree | 5a34e95761fb83417b88adb4b69389a5afd46008 /src/plugins/General/kdenotify/translations | |
| parent | 18da496cc4c13e3d6dfb8e515025bee828157b9d (diff) | |
| download | qmmp-299e076452c3593f7dda7c700d17d8e09e0a71e1.tar.gz qmmp-299e076452c3593f7dda7c700d17d8e09e0a71e1.tar.bz2 qmmp-299e076452c3593f7dda7c700d17d8e09e0a71e1.zip | |
added Portuguese translation (Sérgio Marques)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4468 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/kdenotify/translations')
| -rw-r--r-- | src/plugins/General/kdenotify/translations/kdenotify_plugin_pt.ts | 76 | ||||
| -rw-r--r-- | src/plugins/General/kdenotify/translations/translations.qrc | 1 |
2 files changed, 77 insertions, 0 deletions
diff --git a/src/plugins/General/kdenotify/translations/kdenotify_plugin_pt.ts b/src/plugins/General/kdenotify/translations/kdenotify_plugin_pt.ts new file mode 100644 index 000000000..ce628eafa --- /dev/null +++ b/src/plugins/General/kdenotify/translations/kdenotify_plugin_pt.ts @@ -0,0 +1,76 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="pt"> +<context> + <name>KdeNotify</name> + <message> + <location filename="../kdenotify.cpp" line="121"/> + <source>Qmmp now playing:</source> + <translation>Qmmp a reproduzir:</translation> + </message> +</context> +<context> + <name>KdeNotifyFactory</name> + <message> + <location filename="../kdenotifyfactory.cpp" line="30"/> + <source>KDE 4 notification plugin</source> + <translation>Suplemento KDE4 Notification</translation> + </message> + <message> + <location filename="../kdenotifyfactory.cpp" line="50"/> + <source>About KDE Notification Plugin</source> + <translation>Sobre o suplemento KDE4 Notification</translation> + </message> + <message> + <location filename="../kdenotifyfactory.cpp" line="51"/> + <source>KDE 4 notification plugin for Qmmp +</source> + <translation>Suplemento KDE4 Notification para o Qmmp + +</translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>KDE 4 Notification Plugin Settings</source> + <translation>Definições</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="39"/> + <source>Options</source> + <translation>Opções</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="45"/> + <source>Notification delay [s]:</source> + <translation>Atraso da notificação [s]:</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="75"/> + <source>Update visible notification instead create new</source> + <translation>Atualizar notificação em vez de criar uma nova</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="85"/> + <source>Appearance</source> + <translation>Aparência</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="91"/> + <source>Show covers</source> + <translation>Mostrar capa de álbum</translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="100"/> + <source>Edit template</source> + <translation>Editar modelo</translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="75"/> + <source>Notification Template</source> + <translation>Modelo da notificação</translation> + </message> +</context> +</TS> diff --git a/src/plugins/General/kdenotify/translations/translations.qrc b/src/plugins/General/kdenotify/translations/translations.qrc index ec6dfd043..6e3ce1801 100644 --- a/src/plugins/General/kdenotify/translations/translations.qrc +++ b/src/plugins/General/kdenotify/translations/translations.qrc @@ -8,6 +8,7 @@ <file>kdenotify_plugin_tr.qm</file> <file>kdenotify_plugin_cs.qm</file> <file>kdenotify_plugin_pt_BR.qm</file> + <file>kdenotify_plugin_pt.qm</file> <file>kdenotify_plugin_de.qm</file> <file>kdenotify_plugin_pl_PL.qm</file> <file>kdenotify_plugin_fr.qm</file> |
