diff options
author | uNiversaI <uNiversal@noreply.github.com> | 2015-07-06 19:13:33 +0900 |
---|---|---|
committer | uNiversaI <uNiversal@noreply.github.com> | 2015-07-07 03:11:28 +0900 |
commit | f119d424f0bf26c971f1df1867b5a000fe1bd75b (patch) | |
tree | f9fd84aff52550bb64b14387b93aa42b1c689384 /addons | |
parent | 92877baf765447428d108933ad1b1bc4acee8918 (diff) |
[AutorunMediaJob] make hardcoded strings translatable
Diffstat (limited to 'addons')
-rw-r--r-- | addons/resource.language.en_gb/resources/strings.po | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/addons/resource.language.en_gb/resources/strings.po b/addons/resource.language.en_gb/resources/strings.po index ff32bfd77e..faf423c0ad 100644 --- a/addons/resource.language.en_gb/resources/strings.po +++ b/addons/resource.language.en_gb/resources/strings.po @@ -11178,7 +11178,30 @@ msgctxt "#21330" msgid "Show hidden files and directories" msgstr "" -#empty strings from id 21331 to 21335 +#: xbmc/storage/AutorunMediaJob.cpp +msgctxt "#21331" +msgid "New media detected" +msgstr "" + +#: xbmc/storage/AutorunMediaJob.cpp +msgctxt "#21332" +msgid "Browse videos" +msgstr "" + +#: xbmc/storage/AutorunMediaJob.cpp +msgctxt "#21333" +msgid "Browse music" +msgstr "" + +#: xbmc/storage/AutorunMediaJob.cpp +msgctxt "#21334" +msgid "Browse pictures" +msgstr "" + +#: xbmc/storage/AutorunMediaJob.cpp +msgctxt "#21335" +msgid "Browse files" +msgstr "" #: xbmc/peripherals/devices/peripheralcecadapter.cpp msgctxt "#21336" |