]> git.mxchange.org Git - friendica-addons.git/blob - startpage/lang/is/strings.php
Blockbot addon: added base messages.po file for translation
[friendica-addons.git] / startpage / lang / is / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_is")) {
4 function string_plural_select_is($n){
5         $n = intval($n);
6         return ($n % 10 != 1 || $n % 100 == 11);;
7 }}
8 ;
9 $a->strings["Startpage Settings"] = "Stillingar upphafssíðu";
10 $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";
11 $a->strings["Examples: &quot;network&quot; or &quot;notifications/system&quot;"] = "Dæmi: &quot;netkerfi&quot; eða &quot;tilkynningar/kerfi&quot;";
12 $a->strings["Submit"] = "Senda inn";