aboutsummaryrefslogtreecommitdiff
path: root/language
AgeCommit message (Collapse)Author
2012-08-09[all] - make adjustrefreshrate an option instead of a bool for deciding if ↵Memphiz
we switch refreshrates on player start/stop only or always when leaving/entering WindowFullscreenVideo
2012-08-08[droid] hook up android app vfsCory Fields
2012-08-08[droid] implement basic CAndroidStorageProvidermontellese
2012-08-02Remove unused code and messages for auto-detecting FTP servers on networked ↵Garrett Brown
XBOXs Orphaning commit is "cleanup: removed old legacy _XBOX and HAS_FTP_SERVER code" * SVN r23852 http://xbmc.svn.sourceforge.net/viewvc/xbmc?view=revision&revision=23852 * GIT 5a4c8c6 https://github.com/xbmc/xbmc-antiquated/commit/5a4c8c66aeac4
2012-07-31cec: optionally pause playback when switching to another source, and resume ↵Lars Op den Kamp
playback when switching back to XBMC
2012-07-10Get rid of unused "scrapers.langfallback" settingEvgeny Grin
2012-07-09Merge pull request #1124 from jmarshallnz/prompt_for_rescanjmarshallnz
Prompt for rescan of music
2012-07-08Merge pull request #1108 from Montellese/movie_taggingSascha Montellese
add a tagging system for movies
2012-07-08integrate new "Tags" node into the video librarymontellese
2012-07-08Merge pull request #1111 from Karlson2k/UseJoystickjmarshallnz
[input] Add 'Enable Joystick' to GUI settings. Fix for http://trac.xbmc.org/ticket/13146
2012-07-09Add new GUI setting for Joystick and use that settingKarlson2k
2012-07-06add prompt to rescan music library on entry to musicJonathan Marshall
2012-07-03Merge pull request #887 from Pulse-Eight/cec1.6Lars Op den Kamp
cec - libCEC 1.7 and firmware v2 support (for wake over CEC)
2012-07-02[gettext] added: occurence helper comments for recent new strings in English ↵alanwww1
po file
2012-07-02cec: libCEC 1.7.1 support and fixes. libCEC 1.6.1+ is needed when using ↵Lars Op den Kamp
firmware v2 on the CEC adapter, which adds wake over CEC * added a new setting to control whether to put the TV in standby when the player is put in standby. * added some button mappings: all menu related buttons -> menu, previous channel -> teletext, added support for the channels list on samsung, mapped next fav -> menu (when available) * display the firmware version and firmware revision date in the peripheral manager (if available) * handle the new CEC alert callback (libCEC 1.6+) * replaced 'Put this PC in standby mode when the TV is switched off' with an enum that allows the user to chose between 'Ignore', 'Suspend' and 'Shutdown' * display a warning if the port cannot be opened because of permission problems or when the port is busy * map NEXT_FAVORITE, DOT and AN_RETURN to XINPUT_IR_REMOTE_TITLE (context menu) * added libCEC 1.7.0 support, which adds physical address autodetection for AMD graphics cards, and some nVidia cards on Linux. when the address is autodetected, then the 'HDMI port number' and 'connected to HDMI device' settings will be hidden * fixed - crash when changing settings without libCEC started. * fixed - range of wake and power-off devices * fixed - update the correct standby device setting ('standby_devices' not 'wake_devices') * fixed - don't get the settings from the eeprom, but always use the settings provided in xbmc * fixed - ignore OnScreensaverDeactivated message if it was triggered by a shutdown/suspend command. If the screensaver is activated and hence the tv is in standby, a shutdown command will first deactivate the screensaver and then start the shutdown. The tv will be turned on but immediately send a standby command which may be ignored if it is still powering on. * fixed - don't crash when XBMC was compiled with libCEC support, but libcec.dll/.so/.dylib can't be loaded. display a kaitoast warning instead. * fixed - re-check the menu language and audiosystem status after the user changes settings * fixed - keypress handling. handle diagonal buttons properly * fixed - include system.h in Peripheral.h, or HAVE_LIBCEC may not be defined * fixed - don't reinit the connection when libCEC detected that the connection was lost, but just display a warning message. the OS will detect that the device has been removed and will already close the connection * fixed - ensure that the callbacks are reset to NULL before setting them * win32 - pthreadVC2.dll is no longer needed and not included in the zip anymore, so don't try to copy it
2012-06-21add error notification for user when missing home.xmlpieh
2012-05-31fixed: region locale of Chinese (Traditional) is TWtaxigps
2012-05-24updated: Czech translation for core strings (thanks to Tomáš Chvátal)alanwww1
2012-05-21changed: language files to modified PO file format for core and Confluencealanwww1
2012-05-20updated: language files from Transifex test project for core and Confluencealanwww1
2012-05-10fixed: removed duplicated AE string entryalanwww1
2012-05-10[gettext] added context string for new strings with common text. This is a ↵alanwww1
help for translators and also we would have duplicated msgid with 'Always' and 'Never'. This is a problem for the translation system
2012-05-10[gettext] deleted strings.xml files for core and Confluence, so from now, we ↵alanwww1
solely rely on the new PO files. If any of you Devs still has a prewritten commit with xml entries in it, just let me know and I convert them
2012-05-10fixed: missing string from English PO file after AE mergealanwww1
2012-05-10updated: Portuguese (Brazil), Ukrainian, Spanish language files, converted ↵alanwww1
still form the old xml system
2012-05-10[AE] settings: Add new settings for AE and reorganise codeGeoffrey McRae
2012-05-10[AE] settings: change 'Output stereo to all speakers' -> 'Enable stereo upmix'Geoffrey McRae
2012-05-10[AE] settings: Add setting to disable GUI sounds during playbackGeoffrey McRae
2012-05-09fixed: more trailing whitespace for new strings in strings.po filealanwww1
2012-05-09fixed: trailing whitespace for new strings in strings.po filealanwww1
2012-05-07dvdplayer: try to find a subtitle that matches the preferred subtitle ↵montellese
language setting when starting a video
2012-05-07dvdplayer: try to find an audiostream that matches the preferred audio ↵montellese
language setting when starting a video
2012-05-04[gettext] removed line breaks from strings.po filesalanwww1
2012-05-04[gettext] added: PO files for xbmc.corealanwww1
2012-05-04updated: Portuguese (Brazil) translation for core strings (closes: #12982 - ↵alanwww1
thanks Wanilton)
2012-05-02Merge branch 'bddir'Joakim Plate
2012-05-02[bluray] localize strings and make them less succinctJoakim Plate
2012-05-02Merge pull request #867 from Memphiz/gestureMemphiz
Some gesture modifications for iOS
2012-05-01fixed: typo in Arabic translationalanwww1
2012-04-30Merge pull request #877 from cptspiff/foreignfilterArne Morten Kvarving
Add-on content language support + browser filter support
2012-04-27Fixed incorrect time format (1919:00:00 -> 19:00:00)kiler129
2012-04-16updated: Slovak translation for core and Confluence strings (closes #12907 - ↵alanwww1
thanks Therrookiee)
2012-04-15added: option to filter out foreign language add-ons in the add-on browser.spiff
English add-ons are always included. Setting defaults to false
2012-04-09updated: Chinese (Simple) translationtaxigps
2012-04-09Update language/Russian/strings.xmlromanvm
2012-04-09Update language/Russian/langinfo.xmlromanvm
2012-04-09updated: Portuguese (Brazil) translation for core strings (closes #12884 and ↵alanwww1
#12781 - thanks Wanilton)
2012-04-09updated: Hebrew translation for core strings (closes #12863 - thanks BuSHari)alanwww1
2012-04-09[ios] - adapt translation text for external touchscreencontroller according ↵Memphiz
to the addition of 1 finger long press
2012-04-08[add] - localisation for the on screen touchpad descriptionMemphiz