]> git.mxchange.org Git - friendica-addons.git/blob - gnot/lang/ro/strings.php
regenerated all the strings
[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 $a->strings['Gnot settings updated.'] = 'Configurările Gnot au fost actualizate.';
9 $a->strings['Gnot Settings'] = 'Configurări Gnot';
10 $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.';
11 $a->strings['Enable this addon?'] = 'Activați acest modul/supliment?';
12 $a->strings['Submit'] = 'Trimite';
13 $a->strings['[Friendica:Notify] Comment to conversation #%d'] = '[Friendica:Notificare] Comentariu la conversația # %d';