removed some strings

+ typos
+ changelog
This commit is contained in:
rickybiscus 2017-01-03 21:14:00 +01:00
parent 8ce871a9f7
commit 7e67edd64a
5 changed files with 87 additions and 155 deletions

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
## v2.0.X
Released XXX
* Added multilanguage support
## v2.0.5 ## v2.0.5
Released 15 October 2016 Released 15 October 2016
* Fixed images when listing entries * Fixed images when listing entries

22
main.py
View File

@ -903,12 +903,7 @@ def context_action_star(type,id):
if not starred: if not starred:
if type == 'track': label = lang.getLocalizedString(30033)
label = lang.getLocalizedString(30033)
elif type == 'artist':
label = lang.getLocalizedString(30034)
elif type == 'album':
label = lang.getLocalizedString(30035)
else: else:
@ -916,12 +911,7 @@ def context_action_star(type,id):
#so we don't have to fetch the starred status for each item #so we don't have to fetch the starred status for each item
#(since it is not available into the XML response from the server) #(since it is not available into the XML response from the server)
if type == 'track': label = lang.getLocalizedString(30034)
label = lang.getLocalizedString(30036)
elif type == 'artist':
label = lang.getLocalizedString(30037)
elif type == 'album':
label = lang.getLocalizedString(30038)
return ( return (
label, label,
@ -949,11 +939,9 @@ def can_star(type,ids = None):
def context_action_download(type,id): def context_action_download(type,id):
if type == 'track':
label = lang.getLocalizedString(30039) label = lang.getLocalizedString(30035)
elif type == 'album':
label = lang.getLocalizedString(30040)
return ( return (
label, label,
'XBMC.RunPlugin(%s)' % plugin.get_url(action='download_item',type=type,id=id) 'XBMC.RunPlugin(%s)' % plugin.get_url(action='download_item',type=type,id=id)

View File

@ -21,11 +21,11 @@ msgid "Server URL"
msgstr "" msgstr ""
msgctxt "#30003" msgctxt "#30003"
msgid "username" msgid "Username"
msgstr "" msgstr ""
msgctxt "#30004" msgctxt "#30004"
msgid "password" msgid "Password"
msgstr "" msgstr ""
msgctxt "#30005" msgctxt "#30005"
@ -130,33 +130,13 @@ msgid "Item has been starred!"
msgstr "" msgstr ""
msgctxt "#30033" msgctxt "#30033"
msgid "Star track" msgid "Star on Subsonic"
msgstr "" msgstr ""
msgctxt "#30034" msgctxt "#30034"
msgid "Star artist" msgid "Unstar on Subsonic"
msgstr "" msgstr ""
msgctxt "#30035" msgctxt "#30035"
msgid "Star album" msgid "Download"
msgstr "" msgstr ""
msgctxt "#30036"
msgid "unstar track"
msgstr ""
msgctxt "#30037"
msgid "unstar artist"
msgstr ""
msgctxt "#30038"
msgid "unstar album"
msgstr ""
msgctxt "#30039"
msgid "Download track"
msgstr ""
msgctxt "#30040"
msgid "Download album"
msgstr ""

View File

@ -9,154 +9,133 @@ msgstr ""
msgctxt "#30000" msgctxt "#30000"
msgid "Général" msgid "General"
msgstr "" msgstr "Général"
msgctxt "#30001" msgctxt "#30001"
msgid "Serveur" msgid "Server"
msgstr "" msgstr "Serveur"
msgctxt "#30002" msgctxt "#30002"
msgid "URL du serveur" msgid "Server URL"
msgstr "" msgstr "URL du serveur"
msgctxt "#30003" msgctxt "#30003"
msgid "nom d'utilisateur" msgid "Username"
msgstr "" msgstr "Nom d'utilisateur"
msgctxt "#30004" msgctxt "#30004"
msgid "mot de passe" msgid "Password"
msgstr "" msgstr "Mot de passe"
msgctxt "#30005" msgctxt "#30005"
msgid "Affichage" msgid "Display"
msgstr "" msgstr "Affichage"
msgctxt "#30006" msgctxt "#30006"
msgid "Albums par page" msgid "Albums per page"
msgstr "" msgstr "Albums par page"
msgctxt "#30007" msgctxt "#30007"
msgid "Pistes par page (ignoré dans les albums et les playlists)" msgid "Tracks per page (ignored in albums & playlists)"
msgstr "" msgstr "Pistes par page (ignoré dans les albums & listes de lecture)"
msgctxt "#30008" msgctxt "#30008"
msgid "Télécharger" msgid "Download"
msgstr "" msgstr "Télécharger"
msgctxt "#30009" msgctxt "#30009"
msgid "Télécharger le répertoire" msgid "Download folder"
msgstr "" msgstr "Télécharger le répertoire"
msgctxt "#30010" msgctxt "#30010"
msgid "Streaming" msgid "Streaming"
msgstr "" msgstr "Diffusion"
msgctxt "#30011" msgctxt "#30011"
msgid "Format de transcodage" msgid "Transcode format"
msgstr "" msgstr "Format de transcodage"
msgctxt "#30012" msgctxt "#30012"
msgid "Bitrate" msgid "Bitrate"
msgstr "" msgstr "Bitrate"
msgctxt "#30013" msgctxt "#30013"
msgid "Paramètres avancés" msgid "Advanced Settings"
msgstr "" msgstr "Paramètres avancés"
msgctxt "#30014" msgctxt "#30014"
msgid "Version de l'API" msgid "API version"
msgstr "" msgstr "Version de l'API"
msgctxt "#30016" msgctxt "#30016"
msgid "Autoriser les certificats auto-signés" msgid "Allow self signed certificates"
msgstr "" msgstr "Autoriser les certificats auto-signés"
msgctxt "#30017" msgctxt "#30017"
msgid "Cache (en minutes) - pas encore implementé" msgid "Cache (in minutes) - not yet implemented"
msgstr "" msgstr "Cache (en minutes) - pas encore implémenté"
msgctxt "#30018" msgctxt "#30018"
msgid "Durée de cache des données" msgid "Cache datas time"
msgstr "" msgstr "Durée du cache pour les données"
msgctxt "#30019" msgctxt "#30019"
msgid "Artistes" msgid "Artists"
msgstr "" msgstr "Artistes"
msgctxt "#30020" msgctxt "#30020"
msgid "Albums" msgid "Albums"
msgstr "" msgstr "Albums"
msgctxt "#30021" msgctxt "#30021"
msgid "Pistes" msgid "Tracks"
msgstr "" msgstr "Pistes"
msgctxt "#30022" msgctxt "#30022"
msgid "Listes de lecture" msgid "Playlists"
msgstr "" msgstr "Playlists"
msgctxt "#30023" msgctxt "#30023"
msgid "Nouveaux albums" msgid "Newest albums"
msgstr "" msgstr "Nouveaux albums"
msgctxt "#30024" msgctxt "#30024"
msgid "Albums les plus joués" msgid "Most played albums"
msgstr "" msgstr "Albums les plus joués"
msgctxt "#30025" msgctxt "#30025"
msgid "Albums récemment joués" msgid "Recently played albums"
msgstr "" msgstr "Albums joués récemment"
msgctxt "#30026" msgctxt "#30026"
msgid "Albums au hasard" msgid "Random albums"
msgstr "" msgstr "Albums au hasard"
msgctxt "#30029" msgctxt "#30029"
msgid "Page suivante" msgid "Next page"
msgstr "" msgstr "Page suivante"
msgctxt "#30030" msgctxt "#30030"
msgid "Retour au menu" msgid "Back to Menu"
msgstr "" msgstr "Retour au menu"
msgctxt "#30031" msgctxt "#30031"
msgid "L'élément a été retiré des favoris" msgid "Item has been unstarred."
msgstr "" msgstr "Cet élément a été retiré des favoris"
msgctxt "#30032" msgctxt "#30032"
msgid L'élément a été ajouté aux favoris" msgid "Item has been starred!"
msgstr "" msgstr "Cet élément a été ajouté aux favoris !"
msgctxt "#30033" msgctxt "#30033"
msgid "Ajouter la piste aux favoris" msgid "Star on Subsonic"
msgstr "" msgstr "Ajouter aux favoris Subsonic"
msgctxt "#30034" msgctxt "#30034"
msgid "Ajouter l'artiste aux favoris" msgid "Unstar on Subsonic"
msgstr "" msgstr "Retirer des favoris Subsonic"
msgctxt "#30035" msgctxt "#30035"
msgid "Ajouter l'album aux favoris" msgid "Download"
msgstr "" msgstr "Télécharger"
msgctxt "#30036"
msgid "Retirer la piste des favoris"
msgstr ""
msgctxt "#30037"
msgid "Retirer l'artiste des favoris"
msgstr ""
msgctxt "#30038"
msgid "Retirer l'album des favoris"
msgstr ""
msgctxt "#30039"
msgid "Télécharger la piste"
msgstr ""
msgctxt "#30040"
msgid "Télécharger l'album"
msgstr ""

View File

@ -21,11 +21,11 @@ msgid "Server URL"
msgstr "Serveradresse" msgstr "Serveradresse"
msgctxt "#30003" msgctxt "#30003"
msgid "username" msgid "Username"
msgstr "Benutzername" msgstr "Benutzername"
msgctxt "#30004" msgctxt "#30004"
msgid "password" msgid "Password"
msgstr "Passwort" msgstr "Passwort"
msgctxt "#30005" msgctxt "#30005"
@ -74,14 +74,14 @@ msgstr "Erlaube eigensignierte Zertifikate"
msgctxt "#30017" msgctxt "#30017"
msgid "Cache (in minutes) - not yet implemented" msgid "Cache (in minutes) - not yet implemented"
msgstr "Speicher (in Minuten) noch nicht eingebaut" msgstr "Speicher (in Minuten) - noch nicht eingebaut"
msgctxt "#30018" msgctxt "#30018"
msgid "Cache datas time" msgid "Cache datas time"
msgstr "Speicher Daten Zeit" msgstr "Speicher Daten Zeit"
msgctxt "#30019" msgctxt "#30019"
msgid "Artist" msgid "Artists"
msgstr "Künstlern" msgstr "Künstlern"
msgctxt "#30020" msgctxt "#30020"
@ -129,33 +129,14 @@ msgid "Item has been starred!"
msgstr "Bewertung hinzugefügt" msgstr "Bewertung hinzugefügt"
msgctxt "#30033" msgctxt "#30033"
msgid "Star track" msgid "Star on Subsonic"
msgstr "Lied bewerten" msgstr "Bewerten auf Subsonic"
msgctxt "#30034" msgctxt "#30034"
msgid "Star artist" msgid "Unstar on Subsonic"
msgstr "Künstler bewerten" msgstr "Löschen auf Subsonic"
msgctxt "#30035" msgctxt "#30035"
msgid "Star album" msgid "Download"
msgstr "Album bewerten" msgstr "Herunterladen"
msgctxt "#30036"
msgid "unstar track"
msgstr "Liedbewertung löschen"
msgctxt "#30037"
msgid "unstar artist"
msgstr "Künstlerbewertung löschen"
msgctxt "#30038"
msgid "unstar album"
msgstr "Albumbewertung löschen"
msgctxt "#30039"
msgid "Download track"
msgstr "Lied herunterladen"
msgctxt "#30040"
msgid "Download album"
msgstr "Album herunterladen"