aboutsummaryrefslogtreecommitdiff
path: root/language
AgeCommit message (Collapse)Author
2011-12-09Update language/Greek/strings.xmlCutSickAss
2011-12-09Merge pull request #559 from koalahong/masterMatthias Kortstiege
Update Traditional Chinese language file
2011-12-09Update Traditional Chinese translation based on commit bc92615ba9koalahong
2011-12-09Added missing German string 13412sphere
2011-12-09Update language/Greek/strings.xmlCutSickAss
2011-12-08updated: Spanish translation (closes #12266 - thanks Juanjo)vdrfan
2011-12-08cec fixes:Lars Op den Kamp
- pose as a recording device instead of a playback device on the cec bus, so the tuner related buttons on the tv's remote work too. - removed the option to mark xbmc as inactive view when stopping, but always send the command instead, as is required by the cec spec. - corrections in repeated keypress handling. display a message when the CEC adapter is connecting and when it is connected and to which devices.
2011-12-03updated Czech translationMiroslav Šmerda
2011-12-01updated: Chinese (Simple) translationtaxigps
2011-11-25Merge pull request #546 from queeup/masterMatthias Kortstiege
XBMC and Confluence Skin Turkish Translation Update
2011-11-25Turkish Translation Update:queeup
Based on English strings commit f0e75fab88
2011-11-15fixed: more c+p monstersLars Op den Kamp
2011-11-15fixed: c/p monster ..vdrfan
2011-11-15fixed: xml comments needs two dashesspiff
2011-11-12updated: German string (for 34a9a95a2ce4d3eb4079e241747fd0d6d51dc1ea)vdrfan
2011-11-11cec: change the 'XBMC connected' string into 'Connected'. CEC protocol ↵Lars Op den Kamp
specifies 13 chars max.
2011-11-07Czech translation - few corrections, update to match latest English stringsMiroslav Šmerda
2011-11-05Update language/French/strings.xmlOV3RDOSE
2011-11-05Update language/French/strings.xmlOV3RDOSE
2011-11-04fixed: typos in German translations (thanks mad-max)vdrfan
2011-11-04changed string 2050 in German/strings.xml for having a better translation, ↵mad-max
just a proposal vdrfan might check it
2011-11-04updated: German translationvdrfan
2011-11-04cec: made using the TV's language optional. configurable via peripheral ↵Lars Op den Kamp
settings.
2011-11-03changed: updated misleading German translation (closes #12138)vdrfan
2011-10-28updated: German translationvdrfan
2011-10-24Add subtitle option to override the ASS/SSA subtitles fontCrystalP
2011-10-22updated: Czech translationMiroslav Šmerda
2011-10-22Merge pull request #507 from dsoms/masterMatthias Kortstiege
Updated catalan translation with the lastest English strings
2011-10-22updated catalan translationDavid Soms
2011-10-18updated: Chinese (Simple) translationtaxigps
2011-10-18corrected string 36007. added dutch translations for strings 35000 -> 36017.Lars Op den Kamp
2011-10-17cec: show a notification when the cec adapter was plugged in but libcec ↵Lars Op den Kamp
support was not compiled in and log it
2011-10-15Merge pull request #493 from Pulse-Eight/cecLars Op den Kamp
peripherals + cec fixes
2011-10-15cec: localised 'XBMC connected' messageLars Op den Kamp
2011-10-15Update Korean translationepoke
2011-10-14cec: add setting 'HDMI port'Lars Op den Kamp
2011-10-12updated: Chinese (Simple) translationtaxigps
2011-10-09Merge pull request #478 from ntadej/slovenianMatthias Kortstiege
updated: Slovenian translation (thanks ntadej)
2011-10-09Merge pull request #477 from queeup/masterMatthias Kortstiege
updated: Turkish translation (thanks queeup)
2011-10-09Changed: made string id 21369 all little more accurate and explanatory ↵Jezz_X
"Enable mouse" vs "Enable mouse and Touch Screen support"
2011-10-08updated: Slovenian translationTadej Novak
Updated Slovenian XBMC translation and added addons translations.
2011-10-08XBMC Turkish Translation based on English strings commitqueeup
e5c43fdb27ec6976d55ec3f2fcfcc717d59163ab
2011-10-04updated: Finnish translationviking1
2011-10-03updated German/strings.xmlmad-max
2011-10-03Fixed inverted translations.Shai Bentin
Added missing translations Change-Id: I55a420337b4d8a745ed0b8f630888b109e22ef6c
2011-10-02[fix] - wrong stringMemphiz
2011-09-30updated: French translation (closes #12002 - thanks wolfodeiwolfy)vdrfan
2011-09-30cec: added support for the Pulse-Eight CEC Adaptor. split up ↵Lars Op den Kamp
linux/PeripheralBusUSB into PeripheralBusUSBLibUdev and PeripheralBusUSBLibUSB. fixed automake files
2011-09-30Squashed original peripherals PR #383Lars Op den Kamp
This is a PR for a new "peripherals manager", /xbmc/peripherals, that detects devices and automatically configures them for use with XBMC. The device mappings and configurations can be defined in system/peripherals.xml. Users can modify settings via system->system->input->peripherals. It works as follows: - CPeripherals contains one or more CPeripheralBus instances. - CPeripheralBus contains the device scanning implementations for the different platforms we support. - The implementations for the devices can be found in peripheral/devices and all devices inherit from CPeripheral. - The devices that are detected are looked up in peripherals.xml, starting at the top of the file and going down. If no mapping was found for the device, an instance of one of the default classes will be created: CPeripheralHID, CPeripheralDisk or CPeripheralNIC. - in peripherals.xml, devices can be matched by vendor id (vendor="xxxx"), product id (product="xxxx"), bus type (bus="xxxx"), device class (class="xxxx") or a combination of these values. The class that will be instantiated for that device is defined in mapTo="xxxx" - the configuration for the device can be defined in peripherals.xml as well. Have a look at system/peripherals.xml, where you can find the possible settings in the demo entry at the bottom. When a device is inserted and there are any settings with configurable="true" present for that device, these settings will be added to the settings dialog, under system->system->input->peripherals. - an example of how these settings can be used can be found in CPeripheralHID, which checks for a "keymap" setting and will automatically switch the keymap XBMC uses to the one that is defined in the setting. TODO: - keep separate configs when the same device is found more than once - general review of this code.
2011-09-28updated: German translationvdrfan