aboutsummaryrefslogtreecommitdiff
path: root/language
AgeCommit message (Collapse)Author
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
2011-09-26updated: french translation. thanks to wolfodeiwolfy (closes ticket #11998)spiff
2011-09-23Updated Hungarian translations for main and Confluence language filesalanwww1
2011-09-22[spanish] - fixed xml syntax for spanish language fileMemphiz
2011-09-22updated: Slovak translation (closes #11984 - thanks therrookiee)vdrfan
2011-09-22updated: Slovak translation (closes #11983 - thanks therrookiee)vdrfan
2011-09-21Bring back libpostproc blend as deinterlacing method.CrystalP
It uses very little CPU and is a good choice for atv. Also made the yadif half-rate option available for GLES devices.
2011-09-21updated: Chinese (Simple) translationtaxigps
2011-09-19updated: Finish translation (closes #11971 - thanks viking1)vdrfan
2011-09-18Merge pull request #420 from Memphiz/airplayMemphiz
Airplay password protection - we will clean up the gui settings on a different pr.
2011-09-17updated: missing string in German translationvdrfan
2011-09-15updated: German translationvdrfan
2011-09-15[add] - add password protection to airplay settings guiMemphiz
2011-09-15added: Edit rss feed button is enabled (if rss feeds are enabled) always, if ↵Martin Ellis
script.rss.editor is missing then prompt to download before continuing, instead of just showing as disabled and expecting user to know they must install rss addon
2011-09-15Add deinterlace mode off/auto/force settingCrystalP
2011-09-14Merge pull request #423 from dsoms/masterMatthias Kortstiege
Updated Catalan language files
2011-09-14updated catalan translationDavid Soms
2011-09-14Merge pull request #419 from MaDDoGo/patch-1Matthias Kortstiege
Updated Spanish translation
2011-09-14Updated TranslationChristian Ebbesen
2011-09-13Edited language/Spanish/strings.xml via GitHubEnric Soler Rastrollo
2011-09-12Merge pull request #415 from mbakke/masterArne Morten Kvarving
Norwegian language update
2011-09-12updated: German translationvdrfan
2011-09-12[norwegian] fixed region nameMarius Bakke
2011-09-11Norwegian language updateMarius Bakke
2011-09-11Merge pull request #205 from CrHasher/spline36CrystalP
High Quality Spline36 upscaler. A bit softer than Lanczos3 and less ringing.
2011-09-11added: device name string for network services (defaults to 'XBMC') - ↵vdrfan
currently only used as friendly name by UPnP in order to identify the XBMC instance