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

11 lines
352 B
PHP
Raw Normal View History

2016-03-20 08:06:33 +01:00
<?php
if(! function_exists("string_plural_select_cs")) {
function string_plural_select_cs($n){
return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
}}
;
2016-04-17 16:29:18 +02:00
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.";