mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-04-24 13:30:15 +00:00
IS translation viewsrc addon THX Sveinn í Felli
This commit is contained in:
parent
5f1ae10561
commit
df19b133b9
2 changed files with 32 additions and 3 deletions
|
@ -1,3 +1,9 @@
|
|||
<?php
|
||||
|
||||
$a->strings["View Source"] = "";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_is")) {
|
||||
function string_plural_select_is($n){
|
||||
$n = intval($n);
|
||||
return ($n % 10 != 1 || $n % 100 == 11);;
|
||||
}}
|
||||
;
|
||||
$a->strings["View Source"] = "Skoða uppruna";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue