]> git.mxchange.org Git - friendica-addons.git/blob - gnot/lang/ro/strings.php
Merge pull request #1082 from annando/no-item
[friendica-addons.git] / gnot / lang / ro / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_ro")) {
4 function string_plural_select_ro($n){
5         $n = intval($n);
6         if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else  { return 1; }
7 }}
8 ;
9 $a->strings["Gnot settings updated."] = "Configurările Gnot au fost actualizate.";
10 $a->strings["Gnot Settings"] = "Configurări Gnot";
11 $a->strings["Allows threading of email comment notifications on Gmail and anonymising the subject line."] = "Permite înlănțuirea notificărilor prin email a comentariilor, în Gmail și anonimizarea  subiectului.";
12 $a->strings["Enable this addon?"] = "Activați acest modul/supliment?";
13 $a->strings["Submit"] = "Trimite";
14 $a->strings["[Friendica:Notify] Comment to conversation #%d"] = "[Friendica:Notificare] Comentariu la conversația # %d";