aboutsummaryrefslogtreecommitdiff
path: root/language
AgeCommit message (Collapse)Author
2011-08-07Merge pull request #339 from blackpilot24/patch-2Matthias Kortstiege
updated: Turkish translation (strings.xml)
2011-08-08added: Bosnian translation - thanks to merim (closes #11818)vdrfan
2011-08-08Edited language/Turkish/strings.xml via GitHubblackpilot24
2011-08-08Edited language/Turkish/langinfo.xml via GitHubblackpilot24
2011-08-06hindi language: fix line-endings after a36892bftheuni
2011-08-04added: missing locales in hindi langinfo.xml. thanks blinksebspiff
2011-08-04added: Hindi (Devanagiri) translation. thanks to vdlinuxspiff
closes ticket #11797
2011-08-03*Fixes upper/lower case letter inconsistency on movie info screenMartijn Kaijser
2011-07-31updated: Finnish translationviking
closes #11668
2011-07-31updated: German translationvdrfan
2011-07-31Changed: We should use a new string id for that (thanks Spiff)arnova
2011-07-31fixed: Ticket #11783 (2nd part) - Video filenames are always cleaned when ↵arnova
stacking is enabled. Changed the clean video file option into a use file metadata option (thanks for the pointers JM)
2011-07-26changed: prevent the removal of add-ons that are needed as dependencies of ↵vdrfan
other already installed addons
2011-07-24Merge pull request #299 from Machine-Sanctum/masterMatthias Kortstiege
updated: Dutch language
2011-07-25Fixed some Dutch language stringsMartijn Kaijser
2011-07-24updated: Chinese (Simple) translationtaxigps
2011-07-17Merge pull request #283 from Machine-Sanctum/masterMemphiz
Dutch language
2011-07-17Made some minor changes to Dutch languageMartijn Kaijser
2011-07-17Updated Catalan language filesDavid Soms
2011-07-15Updated Dutch language on commitMartijn Kaijser
":changed: don't loop playlist on previous track and post toast when prev/next failed" Signed-off-by: Martijn Kaijser <Machine-Sanctum@zeelandnet.nl>
2011-07-14changed: don't loop playlist on previous track and post toast when prev/next ↵elupus
failed
2011-07-14Merge pull request #275 from Machine-Sanctum/masterMemphiz
Updated Dutch language files
2011-07-14added: support for half rate yadif deinterlacingelupus
2011-07-12Updated the XBMC Dutch language files to match English language filesMartijn Kaijser
2011-07-10Infrastructure for reading and displaying battery level.huceke
Add battery level PowerSyscal interface and to system infos. Current iOS is supporting this new feature.
2011-07-04Translation update base on latest English strings.xml. Since I see the last ↵bluefoxlee
update is 2010/09,about one year ago. Wow. :)
2011-07-01added: basque translation (thanks 9ande3r - closes #11696)vdrfan
2011-06-23added: ability to set custom fanart on moviesetsvdrfan
2011-06-20updated: icelandic translation. thanks to kristjan.spiff
closes #11619
2011-06-20Updated Catalan translations for main and Confluence language filesdsoms
closes #11597
2011-06-20added: ability to add a secure shell (sftp/ssh) source via the "add network ↵vdrfan
location" dialog
2011-06-19[add] - add nfs to the "Add network location" dialogMemphiz
2011-06-16adding some missing french strings : weather and miscskylex
2011-06-02Slovenian articles fixTadej Novak
Add English and German articles to add ability to sort without them
2011-05-31Slovenian Confluence translationTadej Novak
2011-05-31Update and cleanup main XBMC Slovenian translationTadej Novak
2011-05-22Updated Hungarian translations for main and Confluence language filesalanwww1
2011-05-10updated: Finnish strings. closes #11521viking
2011-05-04updated: catalan translation. thanks to dsoms, closes #11424spiff
2011-04-26Merged pull request #113 from queeup/master.Arne Morten Kvarving
Turkish translations.
2011-04-25updated: Chinese (Simple) translationtaxigps
2011-04-22Turkish translation based on English strings commit:queeup
https://github.com/xbmc/xbmc/commit/282f5a5b809ab387129fea1d1f9179db13257d09
2011-04-21fixes #9684: show a warning notification if starting webserver, eventserver ↵montellese
or jsonrpc tcp server fails
2011-04-06updated: Finnish translation. closes ticket #11402viking
2011-04-06updated: catalan translation. thanks to divendres. closes ticket #11403spiff
2011-03-28Add disc stub support for cataloging DVDs, Blurays etc. Addresses #10384.Harry Muscle
2011-03-25updated: Chinese (Simple) translationtaxigps
2011-03-24updated: German translationvdrfan
2011-03-17Merge branch 'addon_dep_checking'Jonathan Marshall
Currently we don't check whether dependencies are met when installing addons. The commits here add support for this as follows: 1. We change repository updates to occur all at once, prior to addons being installed. This ensures that the repositories are always up to date so we don't have issues with repoA being up to date, while addons in repoA depend on repoB which is not up to date. 2. On repo update, we check dependencies and if not found (or not installable) we mark the addon as broken, rendering it uninstallable. 3. In addition, we check dependencies on install (which handles install from zip for instance) and fail the install for an addon if a dependency can't be installed. 4. Lastly, we ensure that CAddonDatabase::GetAddon() returns the latest version of the addon, so that we only ever attempt to install the latest in the case of more than one version being present in repositories.
2011-03-17add some UI feedback for invalid zip installs and dependencies not metJonathan Marshall