diff options
author | Matthias Kortstiege <vdrfan@xbmc.org> | 2012-01-21 02:34:35 -0800 |
---|---|---|
committer | Matthias Kortstiege <vdrfan@xbmc.org> | 2012-01-21 02:34:35 -0800 |
commit | e9bcfd077911853565a6fa68e27245c11f2a5f69 (patch) | |
tree | ca631b7163e60d81b2a12f7b458fdd25f56bdb1e /language | |
parent | 463b78400706e34b991620f67e036e3f7c6855dd (diff) | |
parent | 98d103ae66a1e81e379e65dd131341cd119cfcf2 (diff) |
Merge pull request #646 from Montellese/localizations
Move some hardcoded strings to the english strings.xml
Diffstat (limited to 'language')
-rw-r--r-- | language/English/strings.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/language/English/strings.xml b/language/English/strings.xml index ece866ac14..fc4ca2c968 100644 --- a/language/English/strings.xml +++ b/language/English/strings.xml @@ -2009,7 +2009,9 @@ <string id="21451">Internet connection required.</string> <string id="21452">Get More...</string> <string id="21453">Root filesystem</string> - + <string id="21454">Cache full</string> + <string id="21455">Cache filled before reaching required amount for continous playback</string> + <string id="21460">Subtitle location</string> <string id="21461">Fixed</string> <string id="21462">Bottom of video</string> @@ -2328,6 +2330,8 @@ <string id="33101">Webserver</string> <string id="33102">Event Server</string> <string id="33103">Remote communication server</string> + + <string id="33200">Detected New Connection</string> <!-- translators: no need to add these to your language files --> <string id="34000">Lame</string> @@ -2352,6 +2356,14 @@ <string id="34201">Can't find a next item to play</string> <string id="34202">Can't find a previous item to play</string> + + <string id="34300">Failed to start zeroconf</string> + <string id="34301">Is Apple's Bonjour Service installed? See log for more info.</string> + + <string id="34400">Video Rendering</string> + <string id="34401">Failed to init video filters/scalers, falling back to bilinear scaling</string> + <string id="34402">Failed to initialize audio device</string> + <string id="34403">Check your audiosettings</string> <string id="35000">Peripherals</string> |