]> git.mxchange.org Git - friendica-addons.git/blob - diaspora/lang/is/strings.php
RU translation diaspora addon THX Alexander An
[friendica-addons.git] / diaspora / 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["Post to Diaspora"] = "Senda færslu á Diaspora";
10 $a->strings["Can't login to your Diaspora account. Please check username and password and ensure you used the complete address (including http...)"] = "";
11 $a->strings["Diaspora Export"] = "Diaspora útflutningur";
12 $a->strings["Enable Diaspora Post Addon"] = "Virkja sendiviðbót fyrir Diaspora";
13 $a->strings["Diaspora username"] = "Notandanafn á Diaspora";
14 $a->strings["Diaspora password"] = "Lykilorð á Diaspora";
15 $a->strings["Diaspora site URL"] = "Slóð á Diaspora-vefsvæði";
16 $a->strings["Post to Diaspora by default"] = "Senda sjálfgefið færslur á Diaspora";
17 $a->strings["Save Settings"] = "Vista stillingar";
18 $a->strings["Diaspora post failed. Queued for retry."] = "Færsla Diaspora mistókst. Sett í biðröð til endurtekningar.";