1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00
hubzilla_ynh/sources/addon/pageheader/lang/cs/strings.php
2016-04-17 22:42:29 +05:30

10 lines
352 B
PHP

<?php
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
}}
;
App::$strings["\"pageheader\" Settings"] = "Nastavení záhlaví stránky";
App::$strings["Submit"] = "Odeslat";
App::$strings["pageheader Settings saved."] = "Nastavení záhlaví stránky uloženo.";