mahjong/lang/de/strings.php

10 lines
352 B
PHP
Raw Normal View History

2022-02-20 08:19:56 +01:00
<?php
if(! function_exists("string_plural_select_de")) {
function string_plural_select_de($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['Mahjong Game'] = 'Mahjong Spiel';
2022-02-22 10:36:35 +01:00
$a->strings['Game credits: %smah - Mahjong Solitaire Game%s by ffalt (MIT license).'] = 'Spiel Credits: %smah - Mahjong Solitaire Game%s von ffalt (MIT Lizenz).';