2018-05-25 04:21:07 -04:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_is")) {
|
|
|
|
function string_plural_select_is($n){
|
|
|
|
$n = intval($n);
|
2021-02-01 12:47:38 -05:00
|
|
|
return intval($n % 10 != 1 || $n % 100 == 11);
|
2018-05-25 04:21:07 -04:00
|
|
|
}}
|
|
|
|
;
|
|
|
|
$a->strings["Profile Photos"] = "Forsíðumyndir";
|
|
|
|
$a->strings["Meow!"] = "Mjá!";
|