]> git.mxchange.org Git - friendica-addons.git/blob - buffer/lang/ro/strings.php
Merge branch '3.6-rc'
[friendica-addons.git] / buffer / 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["Permission denied."] = "Permisiune refuzată.";
9 $a->strings["Save Settings"] = "Salvare Configurări";
10 $a->strings["Client ID"] = "ID Client";
11 $a->strings["Client Secret"] = "Cheia Secretă Client";
12 $a->strings["Error when registering buffer connection:"] = "Eroare la înregistrarea conexiunii Buffer:";
13 $a->strings["You are now authenticated to buffer. "] = "Acum sunteți autentificat pe Buffer.";
14 $a->strings["return to the connector page"] = "revenire la pagina de conectare";
15 $a->strings["Post to Buffer"] = "Postați pe Buffer";
16 $a->strings["Buffer Export"] = "Export pe Buffer ";
17 $a->strings["Authenticate your Buffer connection"] = "Autentificați-vă conectarea la Buffer";
18 $a->strings["Enable Buffer Post Addon"] = "Activare Modul Postare pe Buffer";
19 $a->strings["Post to Buffer by default"] = "Postați implicit pe Buffer";
20 $a->strings["Check to delete this preset"] = "Bifați pentru a șterge această presetare";
21 $a->strings["Posts are going to all accounts that are enabled by default:"] = "Posturile merg către toate conturile care sunt activate implicit:";