diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-04 22:17:18 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-04 22:17:18 -0400 |
| commit | 3c1447804b5de9a7d840c7158c3cb4e0a27f76e1 (patch) | |
| tree | b7ea2715a1a9feb5e6f36c26bca09b2a32996847 /Emby.Server.Implementations/Localization/Ratings | |
| parent | 25312d7d03af665818cfd2cee2edb549e0e940f2 (diff) | |
move localization classes
Diffstat (limited to 'Emby.Server.Implementations/Localization/Ratings')
17 files changed, 125 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Localization/Ratings/au.txt b/Emby.Server.Implementations/Localization/Ratings/au.txt new file mode 100644 index 000000000..fa60f5305 --- /dev/null +++ b/Emby.Server.Implementations/Localization/Ratings/au.txt @@ -0,0 +1,8 @@ +AU-G,1 +AU-PG,5 +AU-M,6 +AU-MA15+,7 +AU-M15+,8 +AU-R18+,9 +AU-X18+,10 +AU-RC,11 diff --git a/Emby.Server.Implementations/Localization/Ratings/be.txt b/Emby.Server.Implementations/Localization/Ratings/be.txt new file mode 100644 index 000000000..99a53f664 --- /dev/null +++ b/Emby.Server.Implementations/Localization/Ratings/be.txt @@ -0,0 +1,6 @@ +BE-AL,1 +BE-MG6,2 +BE-6,3 +BE-9,5 +BE-12,6 +BE-16,8
\ No newline at end of file diff --git a/Emby.Server.Implementations/Localization/Ratings/br.txt b/Emby.Server.Implementations/Localization/Ratings/br.txt new file mode 100644 index 000000000..62f00fb87 --- /dev/null +++ b/Emby.Server.Implementations/Localization/Ratings/br.txt @@ -0,0 +1,6 @@ +BR-L,1 +BR-10,5 +BR-12,7 +BR-14,8 +BR-16,8 +BR-18,9
\ No newline at end of file diff --git a/Emby.Server.Implementations/Localization/Ratings/ca.txt b/Emby.Server.Implementations/Localization/Ratings/ca.txt new file mode 100644 index 000000000..5a110648c --- /dev/null +++ b/Emby.Server.Implementations/Localization/Ratings/ca.txt @@ -0,0 +1,6 @@ +CA-G,1 +CA-PG,5 +CA-14A,7 +CA-A,8 +CA-18A,9 +CA-R,10
\ No newline at end of file diff --git a/Emby.Server.Implementations/Localization/Ratings/co.txt b/Emby.Server.Implementations/Localization/Ratings/co.txt new file mode 100644 index 000000000..a694a0be6 --- /dev/null +++ b/Emby.Server.Implementations/Localization/Ratings/co.txt @@ -0,0 +1,8 @@ +CO-T,1 +CO-7,5 +CO-12,7 +CO-15,8 +CO-18,10 +CO-X,100 +CO-BANNED,15 +CO-E,15
\ No newline at end of file diff --git a/Emby.Server.Implementations/Localization/Ratings/de.txt b/Emby.Server.Implementations/Localization/Ratings/de.txt new file mode 100644 index 000000000..ad1f18619 --- /dev/null +++ b/Emby.Server.Implementations/Localization/Ratings/de.txt @@ -0,0 +1,10 @@ +DE-0,1 +FSK-0,1 +DE-6,5 +FSK-6,5 +DE-12,7 +FSK-12,7 +DE-16,8 +FSK-16,8 +DE-18,9 +FSK-18,9
\ No newline at end of file diff --git a/Emby.Server.Implementations/Localization/Ratings/dk.txt b/Emby.Server.Implementations/Localization/Ratings/dk.txt new file mode 100644 index 000000000..b9a085e01 --- /dev/null +++ b/Emby.Server.Implementations/Localization/Ratings/dk.txt @@ -0,0 +1,4 @@ +DA-A,1 +DA-7,5 +DA-11,6 +DA-15,8
\ No newline at end of file diff --git a/Emby.Server.Implementations/Localization/Ratings/fr.txt b/Emby.Server.Implementations/Localization/Ratings/fr.txt new file mode 100644 index 000000000..2bb205b0d --- /dev/null +++ b/Emby.Server.Implementations/Localization/Ratings/fr.txt @@ -0,0 +1,5 @@ +FR-U,1 +FR-10,5 +FR-12,7 +FR-16,9 +FR-18,10
\ No newline at end of file diff --git a/Emby.Server.Implementations/Localization/Ratings/gb.txt b/Emby.Server.Implementations/Localization/Ratings/gb.txt new file mode 100644 index 000000000..c1f7d0452 --- /dev/null +++ b/Emby.Server.Implementations/Localization/Ratings/gb.txt @@ -0,0 +1,7 @@ +GB-U,1 +GB-PG,5 +GB-12,6 +GB-12A,7 +GB-15,8 +GB-18,9 +GB-R18,15 diff --git a/Emby.Server.Implementations/Localization/Ratings/ie.txt b/Emby.Server.Implementations/Localization/Ratings/ie.txt new file mode 100644 index 000000000..283f07767 --- /dev/null +++ b/Emby.Server.Implementations/Localization/Ratings/ie.txt @@ -0,0 +1,6 @@ +IE-G,1 +IE-PG,5 +IE-12A,7 +IE-15A,8 +IE-16,9 +IE-18,10
\ No newline at end of file diff --git a/Emby.Server.Implementations/Localization/Ratings/jp.txt b/Emby.Server.Implementations/Localization/Ratings/jp.txt new file mode 100644 index 000000000..2e1da30d8 --- /dev/null +++ b/Emby.Server.Implementations/Localization/Ratings/jp.txt @@ -0,0 +1,4 @@ +JP-G,1 +JP-PG12,7 +JP-15+,8 +JP-18+,10
\ No newline at end of file diff --git a/Emby.Server.Implementations/Localization/Ratings/kz.txt b/Emby.Server.Implementations/Localization/Ratings/kz.txt new file mode 100644 index 000000000..b31e12d96 --- /dev/null +++ b/Emby.Server.Implementations/Localization/Ratings/kz.txt @@ -0,0 +1,6 @@ +KZ-К,1 +KZ-БА,6 +KZ-Б14,7 +KZ-Е16,8 +KZ-Е18,10 +KZ-НА,15
\ No newline at end of file diff --git a/Emby.Server.Implementations/Localization/Ratings/mx.txt b/Emby.Server.Implementations/Localization/Ratings/mx.txt new file mode 100644 index 000000000..93b609c3d --- /dev/null +++ b/Emby.Server.Implementations/Localization/Ratings/mx.txt @@ -0,0 +1,6 @@ +MX-AA,1 +MX-A,5 +MX-B,7 +MX-B-15,8 +MX-C,9 +MX-D,10
\ No newline at end of file diff --git a/Emby.Server.Implementations/Localization/Ratings/nl.txt b/Emby.Server.Implementations/Localization/Ratings/nl.txt new file mode 100644 index 000000000..f69cc2bcc --- /dev/null +++ b/Emby.Server.Implementations/Localization/Ratings/nl.txt @@ -0,0 +1,6 @@ +NL-AL,1 +NL-MG6,2 +NL-6,3 +NL-9,5 +NL-12,6 +NL-16,8
\ No newline at end of file diff --git a/Emby.Server.Implementations/Localization/Ratings/nz.txt b/Emby.Server.Implementations/Localization/Ratings/nz.txt new file mode 100644 index 000000000..bc761dcab --- /dev/null +++ b/Emby.Server.Implementations/Localization/Ratings/nz.txt @@ -0,0 +1,10 @@ +NZ-G,1 +NZ-PG,5 +NZ-M,9 +NZ-R13,7 +NZ-R15,8 +NZ-R16,9 +NZ-R18,10 +NZ-RP13,7 +NZ-RP16,9 +NZ-R,10
\ No newline at end of file diff --git a/Emby.Server.Implementations/Localization/Ratings/ru.txt b/Emby.Server.Implementations/Localization/Ratings/ru.txt new file mode 100644 index 000000000..1bc94affd --- /dev/null +++ b/Emby.Server.Implementations/Localization/Ratings/ru.txt @@ -0,0 +1,5 @@ +RU-0+,1 +RU-6+,3 +RU-12+,7 +RU-16+,9 +RU-18+,10 diff --git a/Emby.Server.Implementations/Localization/Ratings/us.txt b/Emby.Server.Implementations/Localization/Ratings/us.txt new file mode 100644 index 000000000..3f5311e0e --- /dev/null +++ b/Emby.Server.Implementations/Localization/Ratings/us.txt @@ -0,0 +1,22 @@ +G,1 +E,1 +EC,1 +TV-G,1 +TV-Y,2 +TV-Y7,3 +TV-Y7-FV,4 +PG,5 +TV-PG,5 +PG-13,7 +T,7 +TV-14,8 +R,9 +M,9 +TV-MA,9 +NC-17,10 +AO,15 +RP,15 +UR,15 +NR,15 +X,15 +XXX,100
\ No newline at end of file |
