diff options
Diffstat (limited to 'translation.cpp')
-rw-r--r-- | translation.cpp | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/translation.cpp b/translation.cpp new file mode 100644 index 0000000..d20ad18 --- /dev/null +++ b/translation.cpp @@ -0,0 +1,30 @@ +/* + Static strings for translating the Plex menu + this file is just for xgettext, it must not be compiled +*/ + +trNOOP("All Movies"); +trNOOP("Unwatched"); +trNOOP("Recently Released"); +trNOOP("Recently Added"); +trNOOP("Recently Viewed"); +trNOOP("On Deck"); +trNOOP("By Collection"); +trNOOP("By Genre"); +trNOOP("By Year"); +trNOOP("By Decade"); +trNOOP("By Director"); +trNOOP("By Starring Actor"); +trNOOP("By Country"); +trNOOP("By Content Rating"); +trNOOP("By Rating"); +trNOOP("By Resolution"); +trNOOP("By First Letter"); +trNOOP("By Folder"); +trNOOP("Search..."); +trNOOP("Search Shows..."); +trNOOP("Search Episode..."); +trNOOP("All Shows"); +trNOOP("Recently Aired"); +trNOOP("Recently Viewed Episodes"); +trNOOP("Recently Viewed Shows");
\ No newline at end of file |