2014-09-06 11:59:46 -04:00
|
|
|
<?php
|
|
|
|
|
2014-09-06 12:27:03 -04:00
|
|
|
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["No Timeline settings updated."] = "Nastavení No Timeline aktualizováno.";
|
|
|
|
$a->strings["No Timeline Settings"] = "Nastavení No Timeline";
|
|
|
|
$a->strings["Disable Archive selector on profile wall"] = "Znemožnit použití archivu na této profilové zdi.";
|
2015-04-03 07:17:32 -04:00
|
|
|
$a->strings["Submit"] = "Odeslat";
|