diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-01-07 17:49:56 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2021-01-07 17:49:56 +0000 |
| commit | 1a13270970c4194a0f3c306c0a9bb8e72e42c1fd (patch) | |
| tree | 891a6bb950a490c6532d8b7e6c5c2d6deb51e269 /src/plugins/General/library/translations/library_plugin_en.ts | |
| parent | 26c0acfe811b4494d4aeb0763362eedddcff4806 (diff) | |
| download | qmmp-1a13270970c4194a0f3c306c0a9bb8e72e42c1fd.tar.gz qmmp-1a13270970c4194a0f3c306c0a9bb8e72e42c1fd.tar.bz2 qmmp-1a13270970c4194a0f3c306c0a9bb8e72e42c1fd.zip | |
updated cmake files
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9619 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/library/translations/library_plugin_en.ts')
| -rw-r--r-- | src/plugins/General/library/translations/library_plugin_en.ts | 89 |
1 files changed, 89 insertions, 0 deletions
diff --git a/src/plugins/General/library/translations/library_plugin_en.ts b/src/plugins/General/library/translations/library_plugin_en.ts new file mode 100644 index 000000000..1adf7e27e --- /dev/null +++ b/src/plugins/General/library/translations/library_plugin_en.ts @@ -0,0 +1,89 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.1" language="en_US"> +<context> + <name>Library</name> + <message> + <location filename="../library.cpp" line="66"/> + <source>Update library</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>LibraryFactory</name> + <message> + <location filename="../libraryfactory.cpp" line="32"/> + <source>Media Library Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../libraryfactory.cpp" line="37"/> + <source>Media Library</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../libraryfactory.cpp" line="67"/> + <source>About Media Library Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../libraryfactory.cpp" line="68"/> + <source>Qmmp Media Library Plugin</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../libraryfactory.cpp" line="69"/> + <source>This plugin represents a database to store music files tags for a fast access</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../libraryfactory.cpp" line="70"/> + <source>Written by: Ilya Kotov <forkotov02@ya.ru></source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>LibraryModel</name> + <message> + <location filename="../librarymodel.cpp" line="182"/> + <source>Unknown</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>LibraryWidget</name> + <message> + <location filename="../librarywidget.ui" line="14"/> + <source>Form</source> + <translation type="unfinished"></translation> + </message> +</context> +<context> + <name>SettingsDialog</name> + <message> + <location filename="../settingsdialog.ui" line="14"/> + <source>Media Library Settings</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="29"/> + <source>List of directories for scanning:</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="52"/> + <source>Add</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.ui" line="63"/> + <source>Remove</source> + <translation type="unfinished"></translation> + </message> + <message> + <location filename="../settingsdialog.cpp" line="60"/> + <source>Select Directories for Scanning</source> + <translation type="unfinished"></translation> + </message> +</context> +</TS> |
