]> git.mxchange.org Git - friendica-addons.git/blob - gpluspost/lang/ro/strings.php
Additional work for PR 3778
[friendica-addons.git] / gpluspost / lang / ro / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_ro")) {
4 function string_plural_select_ro($n){
5         return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
6 }}
7 ;
8 $a->strings["Post to Google+"] = "Postați pe Google+";
9 $a->strings["Enable Google+ Post Plugin"] = "Activare Modul Postare Google+";
10 $a->strings["Google+ username"] = "Utilizator Google+ ";
11 $a->strings["Google+ password"] = "Parola Google+";
12 $a->strings["Google+ page number"] = "Numărul paginii Google+ ";
13 $a->strings["Post to Google+ by default"] = "Postați implicit pe Google+";
14 $a->strings["Do not prevent posting loops"] = "Nu se previn înlănțuirile postării";
15 $a->strings["Skip messages without links"] = "Se omit mesajele fără legături";
16 $a->strings["Mirror all public posts"] = "Reproducere pentru toate postările publice";
17 $a->strings["Mirror Google Account ID"] = "Reproducere ID Cont Google";
18 $a->strings["Save Settings"] = "Salvare Configurări";
19 $a->strings["Google+ post failed. Queued for retry."] = "Postarea pe Google+ a eșuat. S-a pus în așteptare pentru reîncercare.";