]> git.mxchange.org Git - friendica-addons.git/blobdiff - rendertime/lang/ro/strings.php
regenerated all the strings
[friendica-addons.git] / rendertime / lang / ro / strings.php
index 6088e92a48b1ed34532f84204e66cccaad561b47..854f559fc902c1141c83e7698e0a19ecbb8f67e3 100644 (file)
@@ -5,5 +5,4 @@ function string_plural_select_ro($n){
        $n = intval($n);
        if ($n==1) { return 0; } else if ((($n%100>19)||(($n%100==0)&&($n!=0)))) { return 2; } else  { return 1; }
 }}
-;
-$a->strings["Performance: Database: %s, Network: %s, Rendering: %s, Parser: %s, I/O: %s, Other: %s, Total: %s"] = "Performantă: Baza de Date: %s, Rețea: %s, Procesare: %s, Analizator: %s, I/O: %s Altele: %s, Total: %s";
+$a->strings['Performance: Database: %s, Network: %s, Rendering: %s, Parser: %s, I/O: %s, Other: %s, Total: %s'] = 'Performantă: Baza de Date: %s, Rețea: %s, Procesare: %s, Analizator: %s, I/O: %s Altele: %s, Total: %s';