mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-09 18:08:49 +00:00
IS translation update startpage THX Sveinn í Felli
This commit is contained in:
parent
51f3270687
commit
2851ad5315
2 changed files with 48 additions and 6 deletions
|
@ -1,6 +1,12 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Startpage Settings"] = "";
|
||||
$a->strings["Home page to load after login - leave blank for profile wall"] = "";
|
||||
$a->strings["Examples: "network" or "notifications/system""] = "";
|
||||
$a->strings["Submit"] = "Senda inn";
|
||||
<?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["Startpage Settings"] = "Stillingar upphafssíðu";
|
||||
$a->strings["Home page to load after login - leave blank for profile wall"] = "Heimasíða sem á að hlaða inn eftir innskráningu - skilja eftir autt til að fá forsíðu notanda";
|
||||
$a->strings["Examples: "network" or "notifications/system""] = "Dæmi: "netkerfi" eða "tilkynningar/kerfi"";
|
||||
$a->strings["Submit"] = "Senda inn";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue