diff options
author | Minteck <nekostarfan@gmail.com> | 2021-08-24 15:37:01 +0200 |
---|---|---|
committer | Minteck <nekostarfan@gmail.com> | 2021-08-24 15:37:01 +0200 |
commit | e3298dbeaae79bb1d384fa8cd78a67be89819720 (patch) | |
tree | 871560e330f6c7225fb50ae86e3586776d81356a /online/private | |
download | kartik-net-e3298dbeaae79bb1d384fa8cd78a67be89819720.tar.gz kartik-net-e3298dbeaae79bb1d384fa8cd78a67be89819720.tar.bz2 kartik-net-e3298dbeaae79bb1d384fa8cd78a67be89819720.zip |
Initial commit
Diffstat (limited to 'online/private')
-rw-r--r-- | online/private/.htaccess | 3 | ||||
-rw-r--r-- | online/private/app.json | 4 | ||||
-rw-r--r-- | online/private/statsnames.json | 38 |
3 files changed, 45 insertions, 0 deletions
diff --git a/online/private/.htaccess b/online/private/.htaccess new file mode 100644 index 0000000..bf4912f --- /dev/null +++ b/online/private/.htaccess @@ -0,0 +1,3 @@ +Deny from All
+Require all denied
+Order deny,allow
\ No newline at end of file diff --git a/online/private/app.json b/online/private/app.json new file mode 100644 index 0000000..ae86a06 --- /dev/null +++ b/online/private/app.json @@ -0,0 +1,4 @@ +{
+ "id": "2d3ca3a8-38b7-4193-990a-a9454bb8d44c",
+ "secret": "8RAn6Ja2mj1V"
+}
\ No newline at end of file diff --git a/online/private/statsnames.json b/online/private/statsnames.json new file mode 100644 index 0000000..dda48b0 --- /dev/null +++ b/online/private/statsnames.json @@ -0,0 +1,38 @@ +{
+ "times.single": {
+ "fr": "Temps passé en mode solo",
+ "en": "Time spent in singleplayer"
+ },
+ "times.local": {
+ "fr": "Temps passé en multijoueur local",
+ "en": "Time spent in local multiplayer"
+ },
+ "times.online": {
+ "fr": "Temps passé en multijoueur en ligne",
+ "en": "Time spent in online multiplayer"
+ },
+ "results.wins": {
+ "fr": "Parties gagnées",
+ "en": "Games won"
+ },
+ "results.loses": {
+ "fr": "Parties perdues",
+ "en": "Games lost"
+ },
+ "results.total": {
+ "fr": "Parties jouées",
+ "en": "Games played"
+ },
+ "ingame.walls": {
+ "fr": "Nombre de collisions",
+ "en": "Collisions count"
+ },
+ "ingame.laps": {
+ "fr": "Nombre de tours",
+ "en": "Laps count"
+ },
+ "ingame.turns": {
+ "fr": "Nombre de rotations",
+ "en": "Turns count"
+ }
+}
\ No newline at end of file |