mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
add per-plugin language files
This commit is contained in:
parent
32063986f5
commit
887fcdbd3e
840 changed files with 10332 additions and 0 deletions
14
tictac/lang/nb-no/strings.php
Normal file
14
tictac/lang/nb-no/strings.php
Normal file
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Three Dimensional Tic-Tac-Toe"] = "Tredimensjonal tre-på-rad";
|
||||
$a->strings["3D Tic-Tac-Toe"] = "3D tre-på-rad";
|
||||
$a->strings["New game"] = "Nytt spill";
|
||||
$a->strings["New game with handicap"] = "Nytt spill med handikapp";
|
||||
$a->strings["Three dimensional tic-tac-toe is just like the traditional game except that it is played on multiple levels simultaneously. "] = "Tredimensjonal tre-på-rad er akkurat som det vanlige spillet, bortsett fra at det spilles på flere nivåer samtidig.";
|
||||
$a->strings["In this case there are three levels. You win by getting three in a row on any level, as well as up, down, and diagonally across the different levels."] = "I dette tilfellet er det tre nivåer. Du vinner ved å få tre på rad på ethvert nivå, samt opp, ned og diagonalt på tvers av forskjellige nivåer.";
|
||||
$a->strings["The handicap game disables the center position on the middle level because the player claiming this square often has an unfair advantage."] = "Handicap-spillet skrur av midtposisjonen på det midtre nivået, fordi spilleren som tar denne posisjonen ofte får en urettferdig fordel.";
|
||||
$a->strings["You go first..."] = "Du starter først...";
|
||||
$a->strings["I'm going first this time..."] = "Jeg starter først denne gangen...";
|
||||
$a->strings["You won!"] = "Du vant!";
|
||||
$a->strings["__DQ__Cat__DQ__ game!"] = "\"Katte\"-spill!";
|
||||
$a->strings["I won!"] = "Jeg vant!";
|
Loading…
Add table
Add a link
Reference in a new issue