]> git.mxchange.org Git - friendica-addons.git/blob - blackout/lang/is/strings.php
Merge remote-tracking branch 'upstream/develop' into more-abstraction
[friendica-addons.git] / blackout / 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["Save Settings"] = "Vista stillingar";
10 $a->strings["Redirect URL"] = "";
11 $a->strings["all your visitors from the web will be redirected to this URL"] = "";
12 $a->strings["Begin of the Blackout"] = "";
13 $a->strings["format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute"] = "";
14 $a->strings["End of the Blackout"] = "";
15 $a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "";