]> git.mxchange.org Git - friendica-addons.git/blob - blackout/lang/ro/strings.php
Merge remote-tracking branch 'upstream/master' into 1603-fromgplus-keywords
[friendica-addons.git] / blackout / 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["Save Settings"] = "Salvare Configurări";
9 $a->strings["Redirect URL"] = "URL de Redirecționare";
10 $a->strings["all your visitors from the web will be redirected to this URL"] = "toți vizitatorii dvs. de pe web vor fi redirecționați către acest URL";
11 $a->strings["Begin of the Blackout"] = "Pornire punct Blackout";
12 $a->strings["format is <em>YYYY</em> year, <em>MM</em> month, <em>DD</em> day, <em>hh</em> hour and <em>mm</em> minute"] = "formatul este <em>YYYY</em> anul, <em>MM</em> luna, <em>DD</em> ziua, <em>hh</em> ora și <em>mm</em> minute";
13 $a->strings["End of the Blackout"] = "Finalizare punct Blackout";
14 $a->strings["The end-date is prior to the start-date of the blackout, you should fix this."] = "Data de finalizare este anterioară punctului blackout de pornire, ar trebui să corectați aceasta.";