blob: d20ad181384015c2814f07b4fa81459f5fd0280b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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");
|