2014-09-06 11:58:41 -04:00
|
|
|
<?php
|
|
|
|
|
|
|
|
if(! function_exists("string_plural_select_ro")) {
|
|
|
|
function string_plural_select_ro($n){
|
|
|
|
return ($n==1?0:((($n%100>19)||(($n%100==0)&&($n!=0)))?2:1));;
|
|
|
|
}}
|
|
|
|
;
|
2015-04-03 07:17:32 -04:00
|
|
|
$a->strings["Google+ Import Settings"] = "Google + Configurările de Importare ";
|
2014-09-06 11:58:41 -04:00
|
|
|
$a->strings["Enable Google+ Import"] = "Permitere Import Google+";
|
|
|
|
$a->strings["Google Account ID"] = "ID Cont Google";
|
2015-04-03 07:17:32 -04:00
|
|
|
$a->strings["Submit"] = "Trimite";
|
2014-09-06 11:58:41 -04:00
|
|
|
$a->strings["Google+ Import Settings saved."] = "Configurările de Importare Google+ au fost salvate. ";
|