Switch properties files encoding from ISO-8859-1 to UTF-8 (#11349)
* Switch properties files encoding from ISO-8859-1 to UTF-8 Crowdin will generate translations in this encoding, so this prevents a lot of diffs which makes it easier to review future Crowdin PRs. Related to openhab/openhab-core#2298 Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -14,11 +14,11 @@ thing-type.config.magentatv.receiver.userId.description = Technische Benutzerken
|
||||
thing-type.config.magentatv.receiver.accountName.label = Login-Name
|
||||
thing-type.config.magentatv.receiver.accountName.description = Login-Name (E-Mail) zur Anmeldung im Telekom Kundencenter
|
||||
thing-type.config.magentatv.receiver.accountPassword.label = Passwort
|
||||
thing-type.config.magentatv.receiver.accountPassword.description = Passwort für den Zugang zum Telekom Kundencenter
|
||||
thing-type.config.magentatv.receiver.accountPassword.description = Passwort für den Zugang zum Telekom Kundencenter
|
||||
thing-type.config.magentatv.receiver.udn.label = UDN
|
||||
thing-type.config.magentatv.receiver.udn.description = Unique Device Number des Receivers (UPnP UDN)
|
||||
thing-type.config.magentatv.receiver.port.label = IP Port
|
||||
thing-type.config.magentatv.receiver.port.description = Ziel IP-Port für Fernzugriff
|
||||
thing-type.config.magentatv.receiver.port.description = Ziel IP-Port für Fernzugriff
|
||||
|
||||
|
||||
# channel-groups
|
||||
@@ -47,10 +47,10 @@ channel-type.magentatv.channelCode.description = Kanalcode
|
||||
channel-type.magentatv.runStatus.label = Abspielstatus
|
||||
channel-type.magentatv.runStatus.description = Status der Abspielung.
|
||||
channel-type.magentatv.playMode.label = Abspielmodus
|
||||
channel-type.magentatv.playMode.description = Modus der Übertragung.
|
||||
channel-type.magentatv.playMode.description = Modus der Übertragung.
|
||||
channel-type.magentatv.key.command.option.POWER = Betrieb
|
||||
channel-type.magentatv.key.command.option.INFO = Info
|
||||
channel-type.magentatv.key.command.option.MENU = Menü
|
||||
channel-type.magentatv.key.command.option.MENU = Menü
|
||||
channel-type.magentatv.key.command.option.EPG = EPG
|
||||
channel-type.magentatv.key.command.option.TTEXT = Teletext
|
||||
channel-type.magentatv.key.command.option.PORTAL = Portal
|
||||
@@ -59,8 +59,8 @@ channel-type.magentatv.key.command.option.POUND = #
|
||||
channel-type.magentatv.key.command.option.SPACE = Leertaste
|
||||
channel-type.magentatv.key.command.option.OK = Ok
|
||||
channel-type.magentatv.key.command.option.ENTER = Enter
|
||||
channel-type.magentatv.key.command.option.BACK = Zurück
|
||||
channel-type.magentatv.key.command.option.DELETE = Löschen
|
||||
channel-type.magentatv.key.command.option.BACK = Zurück
|
||||
channel-type.magentatv.key.command.option.DELETE = Löschen
|
||||
channel-type.magentatv.key.command.option.EXIT = Exit
|
||||
channel-type.magentatv.key.command.option.OPTION = Opt
|
||||
channel-type.magentatv.key.command.option.SETTINGS = Einstellungen
|
||||
@@ -72,7 +72,7 @@ channel-type.magentatv.key.command.option.PGUP = Seite hoch
|
||||
channel-type.magentatv.key.command.option.PGDOWN = Seite ab
|
||||
channel-type.magentatv.key.command.option.FAV = Favoriten
|
||||
channel-type.magentatv.key.command.option.RED = rot
|
||||
channel-type.magentatv.key.command.option.GREEN = grün
|
||||
channel-type.magentatv.key.command.option.GREEN = grün
|
||||
channel-type.magentatv.key.command.option.BLUE = blau
|
||||
channel-type.magentatv.key.command.option.YELLOW = gelb
|
||||
channel-type.magentatv.key.command.option.SEARCH = Suche
|
||||
@@ -83,17 +83,17 @@ channel-type.magentatv.key.command.option.MUTE = Stumm
|
||||
channel-type.magentatv.key.command.option.CHUP = Kanal auf
|
||||
channel-type.magentatv.key.command.option.CHDOWN = Kanal ab
|
||||
channel-type.magentatv.key.command.option.LASTCH = Letzter Kanal
|
||||
channel-type.magentatv.key.command.option.NEXTCH = Nächster Kanal
|
||||
channel-type.magentatv.key.command.option.NEXTCH = Nächster Kanal
|
||||
channel-type.magentatv.key.command.option.PREVSH = Vorh. Kanal
|
||||
channel-type.magentatv.key.command.option.BEGIN = Beginn
|
||||
channel-type.magentatv.key.command.option.END = Ende
|
||||
channel-type.magentatv.key.command.option.PLAY = Abspielen
|
||||
channel-type.magentatv.key.command.option.PAUSE = Pause
|
||||
channel-type.magentatv.key.command.option.REWIND = Zurückspuelen
|
||||
channel-type.magentatv.key.command.option.REWIND = Zurückspuelen
|
||||
channel-type.magentatv.key.command.option.FORWARD = Vorspulen
|
||||
channel-type.magentatv.key.command.option.TRACK = Spur
|
||||
channel-type.magentatv.key.command.option.REPLAY = Wiederholen
|
||||
channel-type.magentatv.key.command.option.SKIP = Überspringen
|
||||
channel-type.magentatv.key.command.option.SKIP = Überspringen
|
||||
channel-type.magentatv.key.command.option.STOP = Stop
|
||||
channel-type.magentatv.key.command.option.RECORD = Aufnahme
|
||||
channel-type.magentatv.key.command.option.SUBTITLES = Untertitel
|
||||
|
||||
Reference in New Issue
Block a user