-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update addon for latest Kodi versions + add Polish language
- Loading branch information
1 parent
6ced448
commit ad82f16
Showing
8 changed files
with
123 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
61 changes: 61 additions & 0 deletions
61
script.kodi.geforcenow/resources/language/resource.language.pl_pl/strings.po
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
# Kodi Media Center language file | ||
# Addon Name: Kodi GeForceNOW | ||
# Addon id: script.kodi.geforcenow | ||
# Addon Provider: Szymon Zborowski <szzborowski@gmail.com> | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: script.kodi.geforcenow\n" | ||
"Report-Msgid-Bugs-To: szzborowski@gmail.com\n" | ||
"POT-Creation-Date: 2020-03-02 15:30-0600\n" | ||
"PO-Revision-Date: 2023-06-03 15:14-0600\n" | ||
"Last-Translator: Szymon Zborowski <szzborowski@gmail.com>\n" | ||
"Language-Team: Polish <szzborowski@gmail.com>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Language: pl\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);f\n" | ||
|
||
msgctxt "#32001" | ||
msgid "Use custom executable:" | ||
msgstr "Użyj innego pliku .exe:" | ||
|
||
msgctxt "#32002" | ||
msgid "Custom Executable:" | ||
msgstr "Ścieżka:" | ||
|
||
msgctxt "#32003" | ||
msgid "Executable not found" | ||
msgstr "Nie znaleziono pliku .exe" | ||
|
||
msgctxt "#32004" | ||
msgid "The NVIDIA GeForceNOW executable was not found on your System in the expected locations." | ||
msgstr "Nie znaleziono zainstalowanego NVIDIA GeForceNOW na komputerze." | ||
|
||
msgctxt "#32005" | ||
msgid "Addon Settings" | ||
msgstr "Ustawienia Wtyczki" | ||
|
||
msgctxt "#32006" | ||
msgid "Would you like to open the Addon Settings and specify the NVIDIA GeForceNOW location?" | ||
msgstr "Czy chcesz otworzyć ustawienia wtyczki i wybrać lokalizację NVIDIA GeForceNOW?" | ||
|
||
msgctxt "#32007" | ||
msgid "Windows Not Detected" | ||
msgstr "Zły system operacyjny" | ||
|
||
msgctxt "#32008" | ||
msgid "This Addon currently works only on Windows platforms." | ||
msgstr "Ta wtyczka działa w tym momencie tylko na platformie Windows." | ||
|
||
msgctxt "#32009" | ||
msgid "Custom executable not found" | ||
msgstr "Nie znaleziono podanego pliku .exe" | ||
|
||
msgctxt "#32010" | ||
msgid "The custom executable was not found. Please select a new location for it on the Addon Settings." | ||
msgstr "Nie znaleziono podanego pliku .exe. Proszę wybrać nową lokalizację w ustawieniach wtyczki." | ||
|
||
msgctxt "#32011" | ||
msgid "Stop all media playback on start" | ||
msgstr "Zatrzymaj wszystkie odtwarzane media przy starcie" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<settings> | ||
<category label="32000"> | ||
<setting id="stopMedia" label="32011" type="bool" default="true"/> | ||
<setting id="useCustomExecutable" label="32001" type="bool" default="false"/> | ||
<setting id="customExecutable" label="32002" type="executable" default="" subsetting="true" enable="eq(-1,true)"/> | ||
<category label="32005"> | ||
<setting id="stopMedia" label="32011" type="bool" default="true" /> | ||
<setting id="useCustomExecutable" label="32001" type="bool" default="false" /> | ||
<setting id="customExecutable" label="32002" type="executable" default="" subsetting="true" | ||
enable="eq(-1,true)" /> | ||
</category> | ||
</settings> | ||
</settings> |