]> git.mxchange.org Git - friendica-addons.git/blobdiff - rendertime/lang/cs/strings.php
fixing a problem with automatization ;-)
[friendica-addons.git] / rendertime / lang / cs / strings.php
index a4abe2dafcb3fabac023b6d4630c24fed41379c0..151316c1b9737bae5da7657a0b0f9e4a15d600d6 100644 (file)
@@ -1,2 +1,8 @@
 <?php
 
+if(! function_exists("string_plural_select_cs")) {
+function string_plural_select_cs($n){
+       return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
+}}
+;
+$a->strings["Performance: Database: %s, Network: %s, Rendering: %s, Parser: %s, I/O: %s, Other: %s, Total: %s"] = "Výkonnost: Databáze: %s, Síť: %s, Rendering: %s, Parser: %s, I/O: %s, Ostatní: %s, Celkem: %s";