Skip to content

Commit

Permalink
- Fix Hungarian localization
Browse files Browse the repository at this point in the history
- Add Polish localization
  • Loading branch information
KOL committed Jun 3, 2015
1 parent cd6afe7 commit ff50795
Show file tree
Hide file tree
Showing 5 changed files with 55 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Contents/Code/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def ValidatePrefs():
'%s.json' % loc
)
)):
Locale.DefaultLocale = GetLanguage()
Locale.DefaultLocale = loc
else:
Locale.DefaultLocale = 'en-us'

Expand Down
2 changes: 1 addition & 1 deletion Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<key>CFBundleSignature</key>
<string>hook</string>
<key>CFBundleVersion</key>
<string>2.9</string>
<string>3.0</string>

<key>PlexPluginVersionUrl</key>
<string>https://api.github.com/repos/kolsys/YouTubeTV.bundle/releases/latest</string>
Expand Down
File renamed without changes.
52 changes: 52 additions & 0 deletions Contents/Strings/pl.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
{
"Error": "Błąd",
"Next page": "Następna strona",
"No entries found": "Nie znaleziono wpisów",
"Search": "Szukaj",
"Search Video": "Szukaj filmów",
"Success": "Sukces",
"Title": "YouTubeTV",
"Search HD only": "Szukaj tylko w HD",
"Items per page": "Ilość na stronie",
"likes": "Polubione Filmy",
"favorites": "Ulubione",
"uploads": "Filmy",
"watchHistory": "Historia",
"watchLater": "Obejrzyj później",
"Authorize": "Autoryzuj",
"You must enter code for continue": "Musisz wprowadzić kod żeby kontynuować",
"My Subscriptions": "Moje subscrybcje",
"What to Watch": "Co oglądać",
"Playlists": "Lista odtwarzania",
"My channel": "Mój kanał",
"Channels": "Kanały",
"Categories": "Categorie",
"Subscriptions": "Subskrybcja",
"More playlists": "Więcej list odtwarzania",
"More subscriptions": "Więcej Subskrypcji ",
"Complete authorization": "Pełna autoryzacja ",
"Service temporarily unavailable": "Serwis chwilowo niedostępny",
"Preferred Region for Videos and channels": "Preferowany Region dla wideo i kanałów ",
"Preferred language for Videos and channels": "Preferowany język dla Filmów i Kanałów ",
"Search playlists": "Szukaj list odtwarzania",
"Search channels": "Szukaj kanałow",
"Browse channels": "Przeglądaj kanały",
"enterCodeSite": "Proszę wprowadzić kod \"%s\" w %s",
"codeIs": "Kod: %s",
"Play video": "Odtwórz",
"Related videos": "Powiązane filmy",
"I like this": "Lubie to",
"Add to favorites": "Dodaj do ulubionych",
"Extended video info in My subscriptions": "Rozszerzona informacja o wideo w Moich Subscrybcjach",
"Extended video info in Playlists": "Rozszerzona informacja o wideo w Liscie Odtwarzania",
"Extended video info in Categories": "Rozrzeszona informacja o wideo w Kategoriach",
"Extended video info in Search": "Rozszerzona informacja o wyszukiwanych filmach",
"Update available: %s": "Aktualizacja dostępna %s",
"Install latest version of the channel.": "Zainstaluj najnowsza wersje kanału.",
"Channel updated to version %s": "Kanał uaktualniony do wersji %s",
"Remove from playlist": "Usuń z listy odtwarzania",
"Action complete": "Zakończono",
"An error has occurred": "Wystąpił błąd",
"Sign out": "Wyloguj się",
"Subscriptions list sorting order": "Posortowana lista subscrybcji"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Features
* Does not require Google login and password
* Navigation like YouTube Apps
* Pagination and regional settings
* Russian, Swedish, Danish, Dutch, French, French (Belgium), Hungarian (Hungary), Italian, Spanish, German localization
* Russian, Swedish, Danish, Dutch, French, French (Belgium), Hungarian, Italian, Spanish, German, Polish localization
* YouTube content localization by region preferences
* "Like" and "Watch later" video functions including edit function
* Update function
Expand Down

0 comments on commit ff50795

Please sign in to comment.