diff options
Diffstat (limited to 'src/plugins/CommandLineOptions/SeekOption/translations')
| -rw-r--r-- | src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_id.ts | 22 | ||||
| -rw-r--r-- | src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc | 1 |
2 files changed, 23 insertions, 0 deletions
diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_id.ts b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_id.ts new file mode 100644 index 000000000..b82580730 --- /dev/null +++ b/src/plugins/CommandLineOptions/SeekOption/translations/seek_plugin_id.ts @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE TS> +<TS version="2.0" language="id"> +<context> + <name>SeekOption</name> + <message> + <location filename="../seekoption.cpp" line="38"/> + <source>Seek to position in the current track</source> + <translation>Jangka ke posisi di track saat ini</translation> + </message> + <message> + <location filename="../seekoption.cpp" line="39"/> + <source>Seek forward</source> + <translation>Jangka maju</translation> + </message> + <message> + <location filename="../seekoption.cpp" line="40"/> + <source>Seek backwards</source> + <translation>Jangka mundur</translation> + </message> +</context> +</TS> diff --git a/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc b/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc index b91741207..7f04facc4 100644 --- a/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc +++ b/src/plugins/CommandLineOptions/SeekOption/translations/translations.qrc @@ -26,5 +26,6 @@ <file>seek_plugin_sr_RS.qm</file> <file>seek_plugin_bg.qm</file> <file>seek_plugin_el.qm</file> + <file>seek_plugin_id.qm</file> </qresource> </RCC> |
