diff -Nru kodi-visualization-waveform-4.4.0/appveyor.yml kodi-visualization-waveform-19.0.0/appveyor.yml --- kodi-visualization-waveform-4.4.0/appveyor.yml 2013-05-31 22:59:22.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/appveyor.yml 2013-05-31 22:59:22.000000000 +0000 @@ -23,7 +23,7 @@ build_script: - cd .. - - git clone --branch master --depth=1 https://github.com/xbmc/xbmc.git + - git clone --branch Matrix --depth=1 https://github.com/xbmc/xbmc.git - cd %app_id% - mkdir build - cd build diff -Nru kodi-visualization-waveform-4.4.0/azure-pipelines.yml kodi-visualization-waveform-19.0.0/azure-pipelines.yml --- kodi-visualization-waveform-4.4.0/azure-pipelines.yml 2013-05-31 22:59:22.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/azure-pipelines.yml 2013-05-31 22:59:22.000000000 +0000 @@ -46,7 +46,7 @@ - script: | cd .. - git clone --branch master --depth=1 https://github.com/xbmc/xbmc.git kodi + git clone --branch Matrix --depth=1 https://github.com/xbmc/xbmc.git kodi cd $(Build.SourcesDirectory) mkdir build cd build diff -Nru kodi-visualization-waveform-4.4.0/debian/changelog kodi-visualization-waveform-19.0.0/debian/changelog --- kodi-visualization-waveform-4.4.0/debian/changelog 2013-05-31 22:59:22.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/debian/changelog 2013-05-31 22:59:22.000000000 +0000 @@ -1,4 +1,4 @@ -kodi-visualization-waveform (4.4.0-1~focal) focal; urgency=low +kodi-visualization-waveform (19.0.0-1~focal) focal; urgency=low [ kodi ] * autogenerated dummy changelog diff -Nru kodi-visualization-waveform-4.4.0/debian/copyright kodi-visualization-waveform-19.0.0/debian/copyright --- kodi-visualization-waveform-4.4.0/debian/copyright 2013-05-31 22:59:22.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/debian/copyright 2013-05-31 22:59:22.000000000 +0000 @@ -2,7 +2,7 @@ Upstream-Name: visualization.waveform Files: * -Copyright: 2005-2020 Team Kodi +Copyright: 2005-2021 Team Kodi License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -24,7 +24,7 @@ Files: debian/* Copyright: 2013 Arne Morten Kvarving 2013 wsnipex - 2005-2020 Team Kodi + 2005-2021 Team Kodi License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff -Nru kodi-visualization-waveform-4.4.0/.github/workflows/sync-addon-metadata-translations.yml kodi-visualization-waveform-19.0.0/.github/workflows/sync-addon-metadata-translations.yml --- kodi-visualization-waveform-4.4.0/.github/workflows/sync-addon-metadata-translations.yml 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/.github/workflows/sync-addon-metadata-translations.yml 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,58 @@ +name: Sync addon metadata translations + +on: + push: + branches: [ Matrix, Nexus ] + paths: + - '**addon.xml.in' + - '**resource.language.**strings.po' + +jobs: + default: + if: github.repository == 'xbmc/visualization.waveform' + runs-on: ubuntu-latest + + strategy: + + fail-fast: false + matrix: + python-version: [ 3.9 ] + + steps: + + - name: Checkout repository + uses: actions/checkout@v2 + with: + path: project + + - name: Checkout sync_addon_metadata_translations repository + uses: actions/checkout@v2 + with: + repository: xbmc/sync_addon_metadata_translations + path: sync_addon_metadata_translations + + - name: Set up Python ${{ matrix.python-version }} + uses: actions/setup-python@v2 + with: + python-version: ${{ matrix.python-version }} + + - name: Install dependencies + run: | + python -m pip install --upgrade pip + python -m pip install sync_addon_metadata_translations/ + + - name: Run sync-addon-metadata-translations + run: | + sync-addon-metadata-translations + working-directory: ./project + + - name: Create PR for sync-addon-metadata-translations changes + uses: peter-evans/create-pull-request@v3.10.0 + with: + commit-message: Sync of addon metadata translations + title: Sync of addon metadata translations + body: Sync of addon metadata translations triggered by ${{ github.sha }} + branch: amt-sync + delete-branch: true + path: ./project + reviewers: gade01 diff -Nru kodi-visualization-waveform-4.4.0/README.md kodi-visualization-waveform-19.0.0/README.md --- kodi-visualization-waveform-4.4.0/README.md 2013-05-31 22:59:22.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/README.md 2013-05-31 22:59:22.000000000 +0000 @@ -3,7 +3,6 @@ This is a [Kodi](http://kodi.tv) visualization addon. [![License: GPL-2.0-or-later](https://img.shields.io/badge/License-GPL%20v2+-blue.svg)](LICENSE.md) -[![Build Status](https://travis-ci.org/xbmc/visualization.waveform.svg?branch=Matrix)](https://travis-ci.org/xbmc/visualization.waveform/branches) [![Build Status](https://dev.azure.com/teamkodi/binary-addons/_apis/build/status/xbmc.visualization.waveform?branchName=Matrix)](https://dev.azure.com/teamkodi/binary-addons/_build/latest?definitionId=31&branchName=Matrix) [![Build Status](https://jenkins.kodi.tv/view/Addons/job/xbmc/job/visualization.waveform/job/Matrix/badge/icon)](https://jenkins.kodi.tv/blue/organizations/jenkins/xbmc%2Fvisualization.waveform/branches/) @@ -12,7 +11,7 @@ ## Build instructions When building the addon you have to use the correct branch depending on which version of Kodi you're building against. -If you want to build the addon to be compatible with the latest kodi `master` commit, you need to checkout the branch with the current kodi codename. +If you want to build the addon to be compatible with the latest kodi `Matrix` commit, you need to checkout the branch with the current kodi codename. Also make sure you follow this README from the branch in question. ### Linux @@ -20,7 +19,7 @@ The following instructions assume you will have built Kodi already in the `kodi-build` directory suggested by the README. -1. `git clone --branch master https://github.com/xbmc/xbmc.git` +1. `git clone --branch Matrix https://github.com/xbmc/xbmc.git` 2. `git clone --branch Matrix https://github.com/xbmc/visualization.waveform.git` 3. `cd visualization.waveform && mkdir build && cd build` 4. `cmake -DADDONS_TO_BUILD=visualization.waveform -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/kodi-build/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons` diff -Nru kodi-visualization-waveform-4.4.0/src/DefaultPixelShader.hlsl kodi-visualization-waveform-19.0.0/src/DefaultPixelShader.hlsl --- kodi-visualization-waveform-4.4.0/src/DefaultPixelShader.hlsl 2013-05-31 22:59:22.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/src/DefaultPixelShader.hlsl 2013-05-31 22:59:22.000000000 +0000 @@ -1,24 +1,11 @@ /* -* Copyright (C) 2005-2019 Team Kodi -* http://kodi.tv -* -* This Program is free software; you can redistribute it and/or modify -* it under the terms of the GNU General Public License as published by -* the Free Software Foundation; either version 2, or (at your option) -* any later version. -* -* This Program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with Kodi; see the file COPYING. If not, see -* . -* -*/ + * Copyright (C) 2005-2021 Team Kodi (https://kodi.tv) + * + * SPDX-License-Identifier: GPL-2.0-or-later + * See LICENSE.md for more information. + */ float4 main(float4 pos: SV_POSITION, float4 col : COLOR) : SV_TARGET { - return col; + return col; } \ No newline at end of file diff -Nru kodi-visualization-waveform-4.4.0/src/DefaultVertexShader.hlsl kodi-visualization-waveform-19.0.0/src/DefaultVertexShader.hlsl --- kodi-visualization-waveform-4.4.0/src/DefaultVertexShader.hlsl 2013-05-31 22:59:22.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/src/DefaultVertexShader.hlsl 2013-05-31 22:59:22.000000000 +0000 @@ -1,22 +1,9 @@ /* -* Copyright (C) 2005-2019 Team Kodi -* http://kodi.tv -* -* This Program is free software; you can redistribute it and/or modify -* it under the terms of the GNU General Public License as published by -* the Free Software Foundation; either version 2, or (at your option) -* any later version. -* -* This Program is distributed in the hope that it will be useful, -* but WITHOUT ANY WARRANTY; without even the implied warranty of -* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -* GNU General Public License for more details. -* -* You should have received a copy of the GNU General Public License -* along with Kodi; see the file COPYING. If not, see -* . -* -*/ + * Copyright (C) 2005-2021 Team Kodi (https://kodi.tv) + * + * SPDX-License-Identifier: GPL-2.0-or-later + * See LICENSE.md for more information. + */ struct VS_OUT { diff -Nru kodi-visualization-waveform-4.4.0/src/Main_dx.cpp kodi-visualization-waveform-19.0.0/src/Main_dx.cpp --- kodi-visualization-waveform-4.4.0/src/Main_dx.cpp 2013-05-31 22:59:22.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/src/Main_dx.cpp 2013-05-31 22:59:22.000000000 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (C) 2008-2020 Team Kodi (https://kodi.tv) + * Copyright (C) 2008-2021 Team Kodi (https://kodi.tv) * * SPDX-License-Identifier: GPL-2.0-or-later * See LICENSE.md for more information. diff -Nru kodi-visualization-waveform-4.4.0/src/Main_gl.cpp kodi-visualization-waveform-19.0.0/src/Main_gl.cpp --- kodi-visualization-waveform-4.4.0/src/Main_gl.cpp 2013-05-31 22:59:22.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/src/Main_gl.cpp 2013-05-31 22:59:22.000000000 +0000 @@ -1,6 +1,6 @@ /* * Copyright (C) 1998-2000 Peter Alm, Mikael Alm, Olle Hallnas, Thomas Nilsson and 4Front Technologies - * Copyright (C) 2008-2019 Team Kodi (https://kodi.tv) + * Copyright (C) 2008-2021 Team Kodi (https://kodi.tv) * * SPDX-License-Identifier: GPL-2.0-or-later * See LICENSE.md for more information. diff -Nru kodi-visualization-waveform-4.4.0/.travis.yml kodi-visualization-waveform-19.0.0/.travis.yml --- kodi-visualization-waveform-4.4.0/.travis.yml 2013-05-31 22:59:22.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/.travis.yml 2013-05-31 22:59:22.000000000 +0000 @@ -31,7 +31,7 @@ osx_image: xcode10.2 before_install: - - if [[ $DEBIAN_BUILD == true ]]; then sudo add-apt-repository -y ppa:team-xbmc/xbmc-nightly; fi + - if [[ $DEBIAN_BUILD == true ]]; then sudo add-apt-repository -y ppa:team-xbmc/ppa; fi - if [[ $DEBIAN_BUILD == true ]]; then sudo apt-get install fakeroot; fi - if [[ $DEBIAN_BUILD != true ]] && [[ $TRAVIS_OS_NAME == linux ]]; then sudo apt-get install -y libgl1-mesa-dev; fi @@ -41,12 +41,12 @@ # before_script: - if [[ $DEBIAN_BUILD != true ]]; then cd $TRAVIS_BUILD_DIR/..; fi - - if [[ $DEBIAN_BUILD != true ]]; then git clone --branch master --depth=1 https://github.com/xbmc/xbmc.git; fi + - if [[ $DEBIAN_BUILD != true ]]; then git clone --branch Matrix --depth=1 https://github.com/xbmc/xbmc.git; fi - if [[ $DEBIAN_BUILD != true ]]; then cd ${app_id} && mkdir build && cd build; fi - if [[ $DEBIAN_BUILD != true ]]; then mkdir -p definition/${app_id}; fi - if [[ $DEBIAN_BUILD != true ]]; then echo ${app_id} $TRAVIS_BUILD_DIR $TRAVIS_COMMIT > definition/${app_id}/${app_id}.txt; fi - if [[ $DEBIAN_BUILD != true ]]; then cmake -DADDONS_TO_BUILD=${app_id} -DADDON_SRC_PREFIX=$TRAVIS_BUILD_DIR/.. -DADDONS_DEFINITION_DIR=$TRAVIS_BUILD_DIR/build/definition -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=$TRAVIS_BUILD_DIR/../xbmc/addons -DPACKAGE_ZIP=1 $TRAVIS_BUILD_DIR/../xbmc/cmake/addons; fi - - if [[ $DEBIAN_BUILD == true ]]; then wget https://raw.githubusercontent.com/xbmc/xbmc/master/xbmc/addons/kodi-dev-kit/tools/debian-addon-package-test.sh && chmod +x ./debian-addon-package-test.sh; fi + - if [[ $DEBIAN_BUILD == true ]]; then wget https://raw.githubusercontent.com/xbmc/xbmc/Matrix/xbmc/addons/kodi-dev-kit/tools/debian-addon-package-test.sh && chmod +x ./debian-addon-package-test.sh; fi - if [[ $DEBIAN_BUILD == true ]]; then sudo apt-get build-dep $TRAVIS_BUILD_DIR; fi script: diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/addon.xml.in kodi-visualization-waveform-19.0.0/visualization.waveform/addon.xml.in --- kodi-visualization-waveform-4.4.0/visualization.waveform/addon.xml.in 2013-05-31 22:59:22.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/addon.xml.in 2013-05-31 22:59:22.000000000 +0000 @@ -1,7 +1,7 @@  @ADDON_DEPENDS@ @@ -9,6 +9,16 @@ point="xbmc.player.musicviz" library_@PLATFORM@="@LIBRARY_FILENAME@"/> + @PLATFORM@ + GPL-2.0-or-later + https://github.com/xbmc/visualization.waveform + + resources/icon.png + resources/fanart.png + resources/screenshot-01.jpg + resources/fanart.png + resources/screenshot-02.jpg + Visualisering wat 2 golfvorm grafieke op die skerm vertoon التصوير يظهر2 رسم بياني موجي على الشاشة Візуалізацыя што паказвае 2 графікі сыгналу на экране @@ -19,17 +29,17 @@ Visualisering der viser 2 bølgeagtige grafer på skærmen Eine Visualisierung, die zwei wellenförmige Grafiken auf dem Bildschirm zeigt Οπτικοποίηση που εμφανίζει 2 Κυματομορφές στην οθόνη - Visualisation showing 2 Waveform Graphs on the screen Visualisation showing 2 Waveform Graphs on the screen + Visualisation showing 2 Waveform Graphs on the screen Visualisation showing 2 Waveform Graphs on the screen Visualization showing 2 Waveform Graphs on the screen - Visualización mostrando 2 gráficos de ondas en la pantalla Visualización mostrando 2 gráficos de ondas en la pantalla + Visualización mostrando 2 gráficos de ondas en la pantalla Visualización que muestra 2 Gráficos de Forma de onda Visuaal, mis näitab ekraanil kahte signaalikujulist graafikut Kaksi aaltomuotograafia - Visualisation affichant 2 graphiques de forme d'onde à l'écran Visualisation affichant 2 graphiques de forme d'onde à l'écran + Visualisation affichant 2 graphiques de forme d'onde à l'écran Visualización amosando 2 gráficos en forma de onde na pantalla חיזוי אשר מציג 2 גרפיים בצורת גל על המסך Vizualizacija koja prikazuje 2 valna grafikona @@ -42,11 +52,11 @@ Vizualizācija, kas attēlo 2 viļņveida grafikus uz ekrāna Визуализација која покажува 2 брана на екранот Visual di skrin menunjukkan 2 graf gelombang - Visualisatie die twee grafieken in golfvorm weergeeft Visualisering som viser to bølgeformede grafer på skjermen + Visualisatie die twee grafieken in golfvorm weergeeft Wizualizacja pokazująca dwie fale dźwięku - Visualização que mostra 2 gráficos ondulantes no ecrã Visualização que mostra 2 gráficos ondulantes + Visualização que mostra 2 gráficos ondulantes no ecrã Vizualizare care arată 2 grafice Waveform pe ecran Визуализация, показывающая на экране 2 волновых графика Visualisering som visar 2 vågformsgrafer på skärmen @@ -73,17 +83,17 @@ Waveform er en simpel visualisering, der viser 2 bølgeagtige grafer på skærmen. Én til den venstre og én til den højre kanal, der bevæger sig til musikkens rytme. Waveform ist eine einfache Visualisierung, die zwei wellenförmige Grafiken zeigt. Je eine Grafik für den linken und rechten Kanal, die sich im Takt der Musik bewegen Το Waveform είναι μία απλή Οπτικοποίηση του εμφανίζει 2 Κυματομορφές στην οθόνη, μία για το Αριστερό και μία για το Δεξί κανάλι οι οποίες κινούνται στο ρυθμό της μουσικής - Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, one each for Left and Right channels that move to the beat of the music + Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music Waveform is a simple Visualization showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music - Waveform es un sencillo visualizador que muestra 2 gráficos de ondas en la pantalla, uno para cada canal, derecho e izquierdo, que se mueven al ritmo de la música. Waveform es un sencillo visualizador que muestra 2 gráficos de ondas en la pantalla, uno para cada canal, derecho e izquierdo, que se mueven al ritmo de la música. + Waveform es un sencillo visualizador que muestra 2 gráficos de ondas en la pantalla, uno para cada canal, derecho e izquierdo, que se mueven al ritmo de la música. Waveform es una Visualización simple que muestra 2 Gráficos de Forma de onda en la pantalla, uno para cada canal Izquierdo y Derecho que se mueven al ritmo de la música Waveform on lihtne visuaal, ekraanil on 2 signaalikujulist graafikut - üks vasaku ja teine parema kanali jaoks, mis mõlemad liiguvad muusika rütmis. Waveform on kaksi aaltomuotograafia näyttävä yksinkertainen visualisointi. Toinen on vasemmalle ja toinen oikealle kanavalla ja ne liikkuvat musiikin tahdissa. - Waveform est une visualisation simple affichant deux graphiques de forme d'onde à l'écran. Chaque forme d'onde représente une voie, gauche et droite, et réagit selon le rythme de la musique. Waveform est une visualisation simple affichant deux graphiques de forme d'onde à l'écran. Chaque forme d'onde représente une voie, gauche et droite, et réagit selon le rythme de la musique. + Waveform est une visualisation simple affichant deux graphiques de forme d'onde à l'écran. Chaque forme d'onde représente une voie, gauche et droite, et réagit selon le rythme de la musique. Waveform é unha Visualización simple que amosa 2 gráficos en forma de onde na súa pantalla, unha por cada lateral correspondente ás canles de audio da esquerda e da dereita que se move ó ritmo da música Waveform הוא חיזוי פשוט המציג 2 גרפים בצורת גל על המסך, אחד לכל ערוץ שמאלי וימני הזז לפי קצב המוזיקה Waveform je jednostavna vizualizacija koja prikazuje 2 valna grafikona, po jedan za lijevi i desni kanal koji se pokreću u ritmu glazbe. @@ -96,15 +106,15 @@ Waveform ir vienkārša vizualizācija, kas atēlo 2 viļņveida grafikus uz ekrāna, vienu - labajam, otru - kreisajam kanālam, kas kustās muzikas ritmā Бранови е едноставна визуализација која покажува 2 брановидни графови на екран, по еден за десниот и левиот канал од музиката Gelombang merupakan visual ringkas yang menunjukkan 2 graf gelombang, saluran kiri dan kanan yang bergerak mengikut rentak musik - Waveform is een simpele muziekvisualisatie die twee golfvormen op het scherm toont, respectievelijk voor het linker- en rechtergeluidskanaal. De golfvormen bewegen mee met de beat van de muziek. Waveform er en enkel visualisering. Waveform viser to bølgeformede grafer på skjermen som beveger seg i takt med musikken. En for venstre og en for høyre lydkanal. + Waveform is een simpele muziekvisualisatie die twee golfvormen op het scherm toont, respectievelijk voor het linker- en rechtergeluidskanaal. De golfvormen bewegen mee met de beat van de muziek. Waveform jest prostą wizualizacją pokazującą dwie fale dźwiękowe na ekranie. Każda na jeden kanał dźwięku. - O Waveform é uma visualização simples que mostra 2 gráficos ondulantes no ecrã, um para cada canal estéreo. Estas ondas movem-se ao ritmo da música. O Waveform é um visualizador simples que mostra 2 gráficos ondulantes na tela, um para cada canal estéreo + O Waveform é uma visualização simples que mostra 2 gráficos ondulantes no ecrã, um para cada canal estéreo. Estas ondas movem-se ao ritmo da música. Waveform este o vizualizare simplă care arată 2 grafice în formă de undă pe ecran, câte unul pentru fiecare canal stâng și drept și care se mișcă după bătăile muzicii. В этой визуализации отображаются 2 графика для левого и правого каналов, которые движутся в такт музыке Waveform är en enkel visualisering som visar 2 vågformsgrafer på skärmen, en för vänster och en för höger kanal som rör sig i takt med musiken - "Waveform" je jednoduchá vizualizácia zobrazujúca 2 grafy priebehu signálu pre pravý a ľavý kanál, pohybujúce sa v rytme hudby + "Waveform" je jednoduchá vizualizácia zobrazujúca 2 grafy priebehu signálu pre pravý a ľavý kanál, pohybujúce sa v rytme hudby Waveform je preprosta vizualizacija, ki prikazuje valovni obliki zvoka iz levega in desnega kanala, ki sledita ritmu glasbe Valëzuesi është një Vizualizim i thjeshtë që shfaq 2 Grafikë Valëzues në ekran, nga Një për secilin kanal, të Majtë dhe të Djathtë, që lëvizin sipas ritmit të muzikës Waveform är en enkel visualisering som visar 2 vågformgrafer på skärmen, en vardera för vänster och höger kanal som rör sig i takt med musiken. @@ -116,15 +126,5 @@ Waveform là một màn trình diễn đồ họa đơn giản hiển thị 2 đường sóng lên màn hình, Mỗi đường sóng sẽ đại diện cho một kênh tín hiệu loa trái hoặc phải di chuyển theo nhịp điệu của bài hát Waveform 是一个简单的可视化效果,它在屏幕上显示两个波形图,分别与音乐左右声道的节拍相呼应。 Waveform是一個簡單的可在屏幕上顯示2波形圖的視覺效果,左右聲道會跟著音樂節拍移動 - @PLATFORM@ - GPL-2.0-or-later - https://github.com/xbmc/visualization.waveform - - resources/icon.png - resources/fanart.png - resources/screenshot-01.jpg - resources/fanart.png - resources/screenshot-02.jpg - diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.af_za/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.af_za/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.af_za/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.af_za/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: af_za\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Visualisering wat 2 golfvorm grafieke op die skerm vertoon" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Golfvorm is 'n eenvoudige visualisering wat 2 golfvorm grafieke op die skerm vertoon, een elk vir Linker en Regter kanale wat beweeg op die maat van die musiek." + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.am_et/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.am_et/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.am_et/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.am_et/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: am_et\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.ar_sa/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.ar_sa/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.ar_sa/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.ar_sa/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: ar_sa\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "التصوير يظهر2 رسم بياني موجي على الشاشة" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "التشكيل الموجي هو تصوير بسيط يظهر2 رسم بياني موجي على الشاشة, واحد لقنوات اليسار و اليمين التر تتحرك على وقع الموسيقى" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.az_az/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.az_az/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.az_az/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.az_az/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: az_az\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.be_by/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.be_by/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.be_by/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.be_by/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: be_by\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Візуалізацыя што паказвае 2 графікі сыгналу на экране" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform is a simple Visualization showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.bg_bg/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.bg_bg/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.bg_bg/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.bg_bg/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: bg_bg\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Визуализация представяща две осцилиращи вълни" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform представя графика на две осцилиращи вълни на екрана, по една за всеки канал (ляв и десен), който реагират на ритъма на музиката." + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.bs_ba/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.bs_ba/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.bs_ba/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.bs_ba/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: bs_ba\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.ca_es/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.ca_es/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.ca_es/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.ca_es/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: ca_es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Visualització que mostra 2 gràfics en forma d'ona a la pantalla" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform és una visualització molt simple que mostra 2 gràfics en forma d'ona a la pantalla, un per a cada un dels canals, esquerre i dret, que es mouen al ritme de la música." + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.cs_cz/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.cs_cz/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.cs_cz/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.cs_cz/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: cs_cz\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Vizualizace zobrazující 2 grafy průběhu vlny na obrazovce" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Průběh vlny je jednoduchá vizualizace zobrazující 2 grafy průběhu vlny na obrazovce, které znázorňují levý a pravý kanál a pohybují se v rytmu hudby" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.cy_gb/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.cy_gb/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.cy_gb/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.cy_gb/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: cy_gb\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=6; plural=(n==0) ? 0 : (n==1) ? 1 : (n==2) ? 2 : (n==3) ? 3 :(n==6) ? 4 : 5;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Delweddu'n dangos 2 Graff Ffurf Ton ar y sgrin" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Delweddu syml yw Waveform sy'n dangos 2 Graff Ffurf Ton ar y sgrin. Un yr un ar gyfer y sianel de a chwith sy'n symud i guriad y gerddoriaeth" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.da_dk/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.da_dk/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.da_dk/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.da_dk/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: da_dk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Visualisering der viser 2 bølgeagtige grafer på skærmen" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform er en simpel visualisering, der viser 2 bølgeagtige grafer på skærmen. Én til den venstre og én til den højre kanal, der bevæger sig til musikkens rytme." + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.de_de/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.de_de/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.de_de/strings.po 2013-05-31 22:59:22.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.de_de/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -7,17 +7,25 @@ "Project-Id-Version: KODI Addons\n" "Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" "POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: Kodi Translation Team\n" -"Language-Team: German (Germany) (https://www.transifex.com/teamxbmc/kodi-addons/language/de_DE/)\n" +"PO-Revision-Date: 2021-05-25 11:29+0000\n" +"Last-Translator: Christian Gade \n" +"Language-Team: German \n" +"Language: de_de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: de_DE\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.6.2\n" -#settings labels +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Eine Visualisierung, die zwei wellenförmige Grafiken auf dem Bildschirm zeigt" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform ist eine einfache Visualisierung, die zwei wellenförmige Grafiken zeigt. Je eine Grafik für den linken und rechten Kanal, die sich im Takt der Musik bewegen" +# settings labels msgctxt "#30000" msgid "Points per line" msgstr "Punkte pro Zeile" @@ -111,5 +119,9 @@ msgstr "Definieren der Dicke einer Linie mit einer Anzahl von Pixeln." msgctxt "#30023" -msgid "%i px" -msgstr "%i px" +msgid "{0:d} px" +msgstr "" + +#~ msgctxt "#30023" +#~ msgid "%i px" +#~ msgstr "%i px" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.el_gr/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.el_gr/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.el_gr/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.el_gr/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: el_gr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Οπτικοποίηση που εμφανίζει 2 Κυματομορφές στην οθόνη" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Το Waveform είναι μία απλή Οπτικοποίηση του εμφανίζει 2 Κυματομορφές στην οθόνη, μία για το Αριστερό και μία για το Δεξί κανάλι οι οποίες κινούνται στο ρυθμό της μουσικής" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.en_au/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.en_au/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.en_au/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.en_au/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: en_au\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Visualisation showing 2 Waveform Graphs on the screen" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, one each for Left and Right channels that move to the beat of the music" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.en_gb/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.en_gb/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.en_gb/strings.po 2013-05-31 22:59:22.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.en_gb/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -16,6 +16,14 @@ "Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "" + #settings labels msgctxt "#30000" @@ -111,5 +119,5 @@ msgstr "" msgctxt "#30023" -msgid "%i px" +msgid "{0:d} px" msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.en_nz/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.en_nz/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.en_nz/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.en_nz/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: en_nz\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Visualisation showing 2 Waveform Graphs on the screen" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.en_us/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.en_us/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.en_us/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.en_us/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: en_us\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Visualization showing 2 Waveform Graphs on the screen" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform is a simple Visualization showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.eo/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.eo/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.eo/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.eo/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,123 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: 2021-05-25 11:29+0000\n" +"Last-Translator: Jakub Fabijan \n" +"Language-Team: Esperanto \n" +"Language: eo\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.6.2\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "Ruĝa" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "Verda" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "Blua" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.es_ar/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.es_ar/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.es_ar/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.es_ar/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: es_ar\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Visualización mostrando 2 gráficos de ondas en la pantalla" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform es un sencillo visualizador que muestra 2 gráficos de ondas en la pantalla, uno para cada canal, derecho e izquierdo, que se mueven al ritmo de la música." + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.es_es/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.es_es/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.es_es/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.es_es/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: es_es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Visualización mostrando 2 gráficos de ondas en la pantalla" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform es un sencillo visualizador que muestra 2 gráficos de ondas en la pantalla, uno para cada canal, derecho e izquierdo, que se mueven al ritmo de la música." + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.es_mx/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.es_mx/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.es_mx/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.es_mx/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,127 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: 2021-04-03 07:37+0000\n" +"Last-Translator: Edson Armando \n" +"Language-Team: Spanish (Mexico) \n" +"Language: es_mx\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" +"X-Generator: Weblate 4.5.3\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Visualización que muestra 2 Gráficos de Forma de onda" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform es una Visualización simple que muestra 2 Gráficos de Forma de onda en la pantalla, uno para cada canal Izquierdo y Derecho que se mueven al ritmo de la música" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "Puntos por línea" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "Posiciones que representarán la frecuencia actual en una línea." + +msgctxt "#30002" +msgid "Line color" +msgstr "Color de línea" + +msgctxt "#30003" +msgid "Red" +msgstr "Rojo" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "Intensidad del color rojo en la línea." + +msgctxt "#30005" +msgid "Green" +msgstr "Verde" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "Intensidad del color verde en la línea." + +msgctxt "#30007" +msgid "Blue" +msgstr "Azul" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "Intensidad del color azul en la línea." + +msgctxt "#30009" +msgid "Alpha" +msgstr "Alfa" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "Intensidad de alfa (transparencia) en la línea." + +msgctxt "#30011" +msgid "Background color" +msgstr "Color de fondo" + +msgctxt "#30012" +msgid "Red" +msgstr "Rojo" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "Intensidad del color rojo en el fondo." + +msgctxt "#30014" +msgid "Green" +msgstr "Verde" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "Intensidad del color verde en el fondo." + +msgctxt "#30016" +msgid "Blue" +msgstr "Azul" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "Intensidad del color azul en el fondo." + +msgctxt "#30018" +msgid "Alpha" +msgstr "Alfa" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "Intensidad de alfa (transparencia) en el fondo." + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "No calcular" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "Grosor de línea" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "Define el grosor de la línea en número de pixeles." + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" + +#~ msgctxt "#30023" +#~ msgid "%i px" +#~ msgstr "%i px" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.et_ee/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.et_ee/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.et_ee/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.et_ee/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: et_ee\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Visuaal, mis näitab ekraanil kahte signaalikujulist graafikut" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform on lihtne visuaal, ekraanil on 2 signaalikujulist graafikut - üks vasaku ja teine parema kanali jaoks, mis mõlemad liiguvad muusika rütmis." + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.eu_es/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.eu_es/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.eu_es/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.eu_es/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: eu_es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.fa_af/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.fa_af/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.fa_af/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.fa_af/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: fa_af\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.fa_ir/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.fa_ir/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.fa_ir/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.fa_ir/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: fa_ir\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.fi_fi/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.fi_fi/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.fi_fi/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.fi_fi/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: fi_fi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Kaksi aaltomuotograafia" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform on kaksi aaltomuotograafia näyttävä yksinkertainen visualisointi. Toinen on vasemmalle ja toinen oikealle kanavalla ja ne liikkuvat musiikin tahdissa." + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.fo_fo/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.fo_fo/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.fo_fo/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.fo_fo/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: fo_fo\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.fr_ca/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.fr_ca/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.fr_ca/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.fr_ca/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: fr_ca\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Visualisation affichant 2 graphiques de forme d'onde à l'écran" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform est une visualisation simple affichant deux graphiques de forme d'onde à l'écran. Chaque forme d'onde représente une voie, gauche et droite, et réagit selon le rythme de la musique." + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.fr_fr/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.fr_fr/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.fr_fr/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.fr_fr/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: fr_fr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Visualisation affichant 2 graphiques de forme d'onde à l'écran" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform est une visualisation simple affichant deux graphiques de forme d'onde à l'écran. Chaque forme d'onde représente une voie, gauche et droite, et réagit selon le rythme de la musique." + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.gl_es/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.gl_es/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.gl_es/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.gl_es/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: gl_es\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Visualización amosando 2 gráficos en forma de onde na pantalla" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform é unha Visualización simple que amosa 2 gráficos en forma de onde na súa pantalla, unha por cada lateral correspondente ás canles de audio da esquerda e da dereita que se move ó ritmo da música" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.he_il/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.he_il/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.he_il/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.he_il/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,123 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: 2021-07-01 18:29+0000\n" +"Last-Translator: Yaron Shahrabani \n" +"Language-Team: Hebrew (Israel) \n" +"Language: he_il\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=4; plural=(n == 1) ? 0 : ((n == 2) ? 1 : ((n > 10 && n % 10 == 0) ? 2 : 3));\n" +"X-Generator: Weblate 4.7.1\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "חיזוי אשר מציג 2 גרפיים בצורת גל על המסך" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform הוא חיזוי פשוט המציג 2 גרפים בצורת גל על המסך, אחד לכל ערוץ שמאלי וימני הזז לפי קצב המוזיקה" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "כחול" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "אדום" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "ירוק" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "כחול" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.hi_in/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.hi_in/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.hi_in/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.hi_in/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: hi_in\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.hr_hr/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.hr_hr/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.hr_hr/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.hr_hr/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: hr_hr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Vizualizacija koja prikazuje 2 valna grafikona" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform je jednostavna vizualizacija koja prikazuje 2 valna grafikona, po jedan za lijevi i desni kanal koji se pokreću u ritmu glazbe." + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.hu_hu/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.hu_hu/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.hu_hu/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.hu_hu/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: hu_hu\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Vizualizáció két hullámformával" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "A Waveform egy egyszerű vizualizáció, amely 2db hullámot mutat reprezentálva a bal és a jobb hangcsatornákat, melyek a zene ritmusára mozognak." + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.id_id/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.id_id/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.id_id/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.id_id/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: id_id\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Visualisasi menampilkan dua grafik gelombang pada layar" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform adalah visualisasi sederhana yang menunjukkan grafik dua gelombang pada layar, masing-masing untuk Satu saluran Kiri dan Kanan yang bergerak dengan ketukan musik" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.is_is/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.is_is/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.is_is/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.is_is/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: is_is\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n % 10 != 1 || n % 100 == 11;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.it_it/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.it_it/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.it_it/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.it_it/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: it_it\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Visualizzatore che mostra 2 grafici di forma d'onda sullo schermo" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform è un semplice visualizzatore che mostra 2 grafici di forma d'onda sullo schermo, uno per il canale destro e uno per quello sinistro, che si muovono a ritmo di musica" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.ja_jp/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.ja_jp/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.ja_jp/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.ja_jp/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: ja_jp\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "画面に2波形グラフを表示するビジュアライザー" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform は画面に2波形グラフを表示するシンプルなビジュアライザーです。音楽に合わせて、右チャンネル、左チャンネルの波形が表示されます。" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.ko_kr/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.ko_kr/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.ko_kr/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.ko_kr/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: ko_kr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "두개의 웨이브폼을 보여주는 음악시각화" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform은 간단히 두개의 웨이브폼을 화면에 보여줍니다. 각각 왼쪽, 오른쪽 채널이고 음악의 비트에 따라 움직입니다." + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.lt_lt/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.lt_lt/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.lt_lt/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.lt_lt/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: lt_lt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n % 10 == 1 && (n % 100 < 11 || n % 100 > 19)) ? 0 : ((n % 10 >= 2 && n % 10 <= 9 && (n % 100 < 11 || n % 100 > 19)) ? 1 : 2);\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Vizualizacija kuri parodo dvi garso bangas" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform yra paprasta vizualizacija katra rodo dvi garso bangas ekrane. Viena banga vieno kanalo garsas." + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.lv_lv/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.lv_lv/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.lv_lv/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.lv_lv/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: lv_lv\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n % 10 == 0 || n % 100 >= 11 && n % 100 <= 19) ? 0 : ((n % 10 == 1 && n % 100 != 11) ? 1 : 2);\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Vizualizācija, kas attēlo 2 viļņveida grafikus uz ekrāna" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform ir vienkārša vizualizācija, kas atēlo 2 viļņveida grafikus uz ekrāna, vienu - labajam, otru - kreisajam kanālam, kas kustās muzikas ritmā" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.mi/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.mi/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.mi/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.mi/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: mi\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.mk_mk/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.mk_mk/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.mk_mk/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.mk_mk/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: mk_mk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n==1 || n%10==1 ? 0 : 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Визуализација која покажува 2 брана на екранот" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Бранови е едноставна визуализација која покажува 2 брановидни графови на екран, по еден за десниот и левиот канал од музиката" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.ms_my/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.ms_my/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.ms_my/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.ms_my/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: ms_my\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Visual di skrin menunjukkan 2 graf gelombang" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Gelombang merupakan visual ringkas yang menunjukkan 2 graf gelombang, saluran kiri dan kanan yang bergerak mengikut rentak musik" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.mt_mt/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.mt_mt/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.mt_mt/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.mt_mt/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: mt_mt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=4; plural=n==1 ? 0 : n==0 || ( n%100>1 && n%100<11) ? 1 : (n%100>10 && n%100<20 ) ? 2 : 3;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.my_mm/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.my_mm/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.my_mm/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.my_mm/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: my_mm\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.nb_no/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.nb_no/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.nb_no/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.nb_no/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: nb_no\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Visualisering som viser to bølgeformede grafer på skjermen" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform er en enkel visualisering. Waveform viser to bølgeformede grafer på skjermen som beveger seg i takt med musikken. En for venstre og en for høyre lydkanal." + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.nl_nl/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.nl_nl/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.nl_nl/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.nl_nl/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: nl_nl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Visualisatie die twee grafieken in golfvorm weergeeft" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform is een simpele muziekvisualisatie die twee golfvormen op het scherm toont, respectievelijk voor het linker- en rechtergeluidskanaal. De golfvormen bewegen mee met de beat van de muziek." + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.pl_pl/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.pl_pl/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.pl_pl/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.pl_pl/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: pl_pl\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Wizualizacja pokazująca dwie fale dźwięku" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform jest prostą wizualizacją pokazującą dwie fale dźwiękowe na ekranie. Każda na jeden kanał dźwięku." + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.pt_br/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.pt_br/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.pt_br/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.pt_br/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: pt_br\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Visualização que mostra 2 gráficos ondulantes" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "O Waveform é um visualizador simples que mostra 2 gráficos ondulantes na tela, um para cada canal estéreo" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.pt_pt/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.pt_pt/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.pt_pt/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.pt_pt/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: pt_pt\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n > 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Visualização que mostra 2 gráficos ondulantes no ecrã" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "O Waveform é uma visualização simples que mostra 2 gráficos ondulantes no ecrã, um para cada canal estéreo. Estas ondas movem-se ao ritmo da música." + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.ro_ro/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.ro_ro/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.ro_ro/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.ro_ro/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: ro_ro\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < 20)) ? 1 : 2;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Vizualizare care arată 2 grafice Waveform pe ecran" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform este o vizualizare simplă care arată 2 grafice în formă de undă pe ecran, câte unul pentru fiecare canal stâng și drept și care se mișcă după bătăile muzicii." + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.ru_ru/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.ru_ru/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.ru_ru/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.ru_ru/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: ru_ru\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Визуализация, показывающая на экране 2 волновых графика" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "В этой визуализации отображаются 2 графика для левого и правого каналов, которые движутся в такт музыке" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.sk_sk/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.sk_sk/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.sk_sk/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.sk_sk/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sk_sk\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Vizualizácia zobrazujúca 2 grafy priebehu signálu" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "\"Waveform\" je jednoduchá vizualizácia zobrazujúca 2 grafy priebehu signálu pre pravý a ľavý kanál, pohybujúce sa v rytme hudby" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.sl_si/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.sl_si/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.sl_si/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.sl_si/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sl_si\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Vizualizacija zvoka z dvema valovnima oblikama" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform je preprosta vizualizacija, ki prikazuje valovni obliki zvoka iz levega in desnega kanala, ki sledita ritmu glasbe" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.sq_al/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.sq_al/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.sq_al/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.sq_al/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sq_al\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Vizualizim që shfaq 2 Grafikë Valëzues në ekran" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Valëzuesi është një Vizualizim i thjeshtë që shfaq 2 Grafikë Valëzues në ekran, nga Një për secilin kanal, të Majtë dhe të Djathtë, që lëvizin sipas ritmit të muzikës" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.sr_rs/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.sr_rs/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.sr_rs/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.sr_rs/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sr_rs\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.sr_rs@latin/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.sr_rs@latin/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.sr_rs@latin/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.sr_rs@latin/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sr_Latn\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.sv_se/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.sv_se/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.sv_se/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.sv_se/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: sv_se\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Visualisering som visar 2 vågformgrafer på skärmen" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform är en enkel visualisering som visar 2 vågformgrafer på skärmen, en vardera för vänster och höger kanal som rör sig i takt med musiken." + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.ta_in/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.ta_in/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.ta_in/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.ta_in/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: ta_in\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "திரையில் 2 அலைவடிவம் வரைபடங்கள் காட்டும் காட்சி" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "திரையில் 2 அலைவடிவம் வரைபடங்கள் காட்டப்படும், ஒன்று இடது புற சேனலுக்கும் மற்றொன்று வலதுபுற சேனலுக்கு உரியதாகும்." + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.tg_tj/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.tg_tj/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.tg_tj/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.tg_tj/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: tg_tj\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Визуализатсия бо намоиши 2 нақши мавҷшакл дар экран" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform - визуализатсияи осонест, ки дар экран 2 нақши мавҷшаклро намоиш медиҳад, ду нақши алоҳида барои шабакаи чап ва рости ритми мусиқӣ" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.th_th/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.th_th/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.th_th/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.th_th/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: th_th\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "กำลังแสดงผลภาพเวอร์ชวลไลเซชั่น 'Waveform' เป็น 2 กราฟสัญญาณบนหน้าจอ" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform เป็นการแสดงผลภาพเวอร์ชวลไลเซชั่นพื้นฐานที่จะแสดงกราฟสัญญาณเสียง 2 กราฟบนหน้าจอ โดยเป็นกราฟสัญญาณเสียงซ้ายและขวาตามจังหวะของเพลง" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.tr_tr/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.tr_tr/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.tr_tr/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.tr_tr/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: tr_tr\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "2 Dalga Grafiğini ekranda gösteren görsel öğe" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Dalgaformu, müzik vuruşlarına göre biri sol biri sağ kanal olmak üzere 2 dalga grafiğini ekranda gösteren görsel öğedir." + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.uk_ua/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.uk_ua/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.uk_ua/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.uk_ua/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: uk_ua\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Візуалізація показує на екрані 2 лінії, що змінюються в такт з музикою." + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform є простою візуалізацією що показує 2 осцилограми на екрані. Кожна лінія відповідає своєму каналу і змінюється в такт з музикою." + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.uz_uz/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.uz_uz/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.uz_uz/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.uz_uz/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: uz_uz\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.vi_vn/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.vi_vn/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.vi_vn/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.vi_vn/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: vi_vn\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "Trình diễn đồ họa 2 đường sóng lên màn hình" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform là một màn trình diễn đồ họa đơn giản hiển thị 2 đường sóng lên màn hình, Mỗi đường sóng sẽ đại diện cho một kênh tín hiệu loa trái hoặc phải di chuyển theo nhịp điệu của bài hát" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.zh_cn/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.zh_cn/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.zh_cn/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.zh_cn/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: zh_cn\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "在屏幕上显示两个波形图的可视化效果" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform 是一个简单的可视化效果,它在屏幕上显示两个波形图,分别与音乐左右声道的节拍相呼应。" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr "" diff -Nru kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.zh_tw/strings.po kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.zh_tw/strings.po --- kodi-visualization-waveform-4.4.0/visualization.waveform/resources/language/resource.language.zh_tw/strings.po 1970-01-01 00:00:00.000000000 +0000 +++ kodi-visualization-waveform-19.0.0/visualization.waveform/resources/language/resource.language.zh_tw/strings.po 2013-05-31 22:59:22.000000000 +0000 @@ -0,0 +1,122 @@ +# Kodi Media Center language file +# Addon Name: OpenGL Waveform +# Addon id: visualization.waveform +# Addon Provider: Team Kodi +msgid "" +msgstr "" +"Project-Id-Version: KODI Addons\n" +"Report-Msgid-Bugs-To: https://github.com/xbmc/visualization.waveform/issues\n" +"POT-Creation-Date: YEAR-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: zh_tw\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\n" + +msgctxt "Addon Summary" +msgid "Visualisation showing 2 Waveform Graphs on the screen" +msgstr "在屏幕上顯示2波形圖的視覺效果" + +msgctxt "Addon Description" +msgid "Waveform is a simple Visualisation showing 2 Waveform Graphs on the screen, One each for Left and Right channels that move to the beat of the music" +msgstr "Waveform是一個簡單的可在屏幕上顯示2波形圖的視覺效果,左右聲道會跟著音樂節拍移動" + +# settings labels +msgctxt "#30000" +msgid "Points per line" +msgstr "" + +msgctxt "#30001" +msgid "Positions to represent the current frequency in a line." +msgstr "" + +msgctxt "#30002" +msgid "Line color" +msgstr "" + +msgctxt "#30003" +msgid "Red" +msgstr "" + +msgctxt "#30004" +msgid "Strength of red color in the line." +msgstr "" + +msgctxt "#30005" +msgid "Green" +msgstr "" + +msgctxt "#30006" +msgid "Strength of green color in the line." +msgstr "" + +msgctxt "#30007" +msgid "Blue" +msgstr "" + +msgctxt "#30008" +msgid "Strength of blue color in the line." +msgstr "" + +msgctxt "#30009" +msgid "Alpha" +msgstr "" + +msgctxt "#30010" +msgid "Strength of alpha in the line." +msgstr "" + +msgctxt "#30011" +msgid "Background color" +msgstr "" + +msgctxt "#30012" +msgid "Red" +msgstr "" + +msgctxt "#30013" +msgid "Strength of red color in the background." +msgstr "" + +msgctxt "#30014" +msgid "Green" +msgstr "" + +msgctxt "#30015" +msgid "Strength of green color in the background." +msgstr "" + +msgctxt "#30016" +msgid "Blue" +msgstr "" + +msgctxt "#30017" +msgid "Strength of blue color in the background." +msgstr "" + +msgctxt "#30018" +msgid "Alpha" +msgstr "" + +msgctxt "#30019" +msgid "Strength of alpha in the background." +msgstr "" + +msgctxt "#30020" +msgid "Don't calculate" +msgstr "" + +msgctxt "#30021" +msgid "Line thickness" +msgstr "" + +msgctxt "#30022" +msgid "To define the thickness of a line with a number of pixels." +msgstr "" + +msgctxt "#30023" +msgid "{0:d} px" +msgstr ""