]> git.mxchange.org Git - friendica-addons.git/blob - openstreetmap/lang/ro/strings.php
regenerated all strings.php files from the current translation strings (message.po)
[friendica-addons.git] / openstreetmap / 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 ;
9 $a->strings["Submit"] = "Trimite";
10 $a->strings["Tile Server URL"] = "URL Server pentru Stratificare Hărți";
11 $a->strings["A list of <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">public tile servers</a>"] = "O lista cu <a href=\"http://wiki.openstreetmap.org/wiki/TMS\" target=\"_blank\">servere publice cu tipuri de hărți</a>";
12 $a->strings["Default zoom"] = "Magnificare implicită";
13 $a->strings["The default zoom level. (1:world, 18:highest)"] = "Nivelul implicit de magnificare. (1:nivel global, 18:cea mai mare)";
14 $a->strings["Settings updated."] = "Configurări actualizate.";