aboutsummaryrefslogtreecommitdiff
path: root/language
AgeCommit message (Collapse)Author
2013-10-31Merge pull request #3498 from Montellese/settings_skin_integrationSascha Montellese
Improved settings level integration into confluence
2013-10-31settings: show a dummy category if no categories are available for the ↵montellese
current setting level (fixes #14649)
2013-10-31settings: add a "Reset above settings to default" control at the end of ↵montellese
every settings list
2013-10-28AE: change help messagesRainer Hochecker
2013-10-28AE: make streamsilence an integer so it can define a timeout after which the ↵Rainer Hochecker
mode is disabled
2013-10-28AudioSettings: Remove AAC Setting for passthroughfritsch
2013-10-28[AE] refactor audio settings pageRainer Hochecker
2013-10-27Add proper "<?xml ..." declaration to most .xml filesKarlson2k
2013-10-23[langauge] fix some spelling and clarify "dependencies not met"Martijn Kaijser
2013-10-15Merge pull request #3438 from MartijnKaijser/string_locationsMartijn Kaijser
[language] add string locations
2013-10-08Merge pull request #3373 from bobo1on1/systemkeysbobo1on1
Setting to disable keyboard grabbing when in fullscreen on platforms that use SDL on X11
2013-10-07[lang] update of core language filesalanwww1
2013-10-04added: setting to disable keyboard grabbing when in fullscreen on platforms ↵bobo1on1
that use SDL on X11, calls SDL_WM_GrabInput(SDL_GRAB_OFF) with the SDL_FULLSCREEN temporarily zero'd, this will make SDL call XUnGrabPointer and XUnGrabKeyboard, allowing window manager keys like printscreen, volume and alt-tab to work
2013-10-02[language] add string locationsMartijn Kaijser
2013-10-02droid: Add Android MediaCodec for DVDPlayerdavilla
2013-10-01[EPG] Don't perform updates during video playback.sensite
Lag and stutter may ensue.
2013-09-28changed, add a proper GUI selector for AMLogic video decoder, refactor ↵S. Davilla
AMLogic bits in AESinkAUDIOTRACK
2013-09-22Language strings: fix name and description for ""videoplayer.maxspeedadjust""Karlson2k
2013-09-19Merge pull request #3300 from readmanr/english-checkMartijn Kaijser
English spelling corrections English/strings.po
2013-09-19English spelling corrections English/strings.poreadmanr
dialog -> dialogue analog -> analogue A dialogue box (GUI - Yes/No/Informational or otherwise) contains dialogue, and as such should be correctly spelt, this project has a en_US strings.po of which this spelling would be correct, but not here). "dialog" has not become an accepted form in English like "program" has instead of "programme" for use in computing terms. http://oxforddictionaries.com/definition/english/dialogue analogue, the in use of opposite of digital, should be spelt -logue at the end. (the spelling analog is American / en_US). http://oxforddictionaries.com/definition/english/analogue Once merges are made with Transifex, en_US can be correctly localised.
2013-09-15Standardize ReplayGain caseYoav Farhi
ReplayGain is spelled with CamelCase. Strings around the settings pannel should match that. http://en.wikipedia.org/wiki/ReplayGain
2013-09-14Fix British English spellingsMilhouseVH
dialogue -> dialog (when referring to GUI window items) analogue -> analog color[s] -> colour[s] colorspace -> colourspace visualization -> visualisation normalize -> normalise Harddisk -> Hard disk (consistent with all other usage of "[Hh]ard disk") disc -> disk (context: magnetic media) disk -> disc (context: optical media) 'colourspace' -> 'colour space' nitpick
2013-09-12vdpau: make interop gl default and remove setting, rename and intvert ↵xbmc
interop yuv
2013-09-12vdpau: redesignxbmc
2013-09-12English spelling corrections English/strings.poreadmanr
2013-09-08add new language string for sort titleMartijn Kaijser
2013-09-06[rbp/omxplayer] Add Dynamic Range Compression schemepopcornmix
This adds a DRC scheme. A number of dBs of amplification can be chosen. The audio_decode component is setup to do the usual downmix operation early before most of the audio buffering. This means we get a second or two to detect if the downmix would overflow. This allows the amplification to be attenuated in time to avoid the clipping. The attenuation gradually decays when overflow condition stops. Also adds a gui setting to boost centre channel. Requires updated firmware
2013-09-06[rbp/omxplayer] Support both analogue and hdmi audiopopcornmix
Thanks to stupid-boy for the original implementation.
2013-08-29AE: distinguish between AC-3 and EAC-3unknown
2013-08-10Merge pull request #3017 from Montellese/context_menu_cleanupSascha Montellese
context menu: cleanup & initial reorganisation
2013-08-06wake-on-access ; add settings-descriptiont4.ravenbird
2013-08-06Merge pull request #2988 from Montellese/xsp_extensionsSascha Montellese
smartplaylists: support for virtual folders
2013-08-04Correct typoCharlie Marshall
2013-08-03[lang] - add new strings for for the new "allow volume control" setting in ↵Memphiz
airplay
2013-08-02video: add "Edit sort title" to "Manage ..." context menu entrymontellese
2013-08-02video: move "Flatten" toggle to settingsmontellese
2013-08-02video: move "Stack" toggle to settingsmontellese
2013-08-02media: move "Edit title" context menu entry under new "Manage ..." entrymontellese
2013-08-01[langauge] add missing setting descriptionsMartijn Kaijser
2013-08-01[3D] fixup some labelsJoakim Plate
2013-08-01[3D] display selection for matching the video's modeJoakim Plate
2013-08-01[3D] move preferred sterescopic mode into system settingsJoakim Plate
It will apply to viz and pictures eventually
2013-08-01dvdplayer: allow setting the video's stereo scopic mode from video settingsJoakim Plate
2013-08-01[3D] drop setting for global enablement of stereoscopic supportJoakim Plate
We should not hide this feature, it should have sane defaults and only display when we find a movie with stereo data or forced stereo info
2013-08-01[3D] make language labels more generic (replace "movie" with "video")Joakim Plate
2013-08-01[3D] add settings to configure the playback behavior of stereoscopic videosFranz Koch
- preferred playback mode of stereoscopic movies (ask, stereoscopic/3D, mono/2D) - preferred stereoscopic mode (use video mode or a fixed mode) - quit stereoscopic mode when playback stopped
2013-08-01[3D] add stereoscopic mode "mono" (2D)Franz Koch
2013-08-01[3D] add a global toggle to enable/disable stereoscopic related features and ↵Joakim Plate
moved interaction with stereoscopic related settings to a central stereoscopics manager
2013-08-01added: support SBS and TAB display of xbmc guiJoakim Plate
2013-08-01Merge pull request #2970 from FernetMenta/sledgehammerRainer Hochecker
grAEken: add ActiveAE as an additional audio engine