forked from friendica/friendica-addons
15 lines
594 B
PHP
15 lines
594 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings["Login"] = "Přihlásit se";
|
||
|
$a->strings["OpenID"] = "OpenID";
|
||
|
$a->strings["Latest users"] = "Poslední uživatelé";
|
||
|
$a->strings["Most active users"] = "Nejaktivnější uživatelé";
|
||
|
$a->strings["Latest photos"] = "Poslední fotky";
|
||
|
$a->strings["Contact Photos"] = "Fotogalerie kontaktu";
|
||
|
$a->strings["Profile Photos"] = "Profilové fotografie";
|
||
|
$a->strings["Latest likes"] = "Poslední \"líbí se mi\"";
|
||
|
$a->strings["event"] = "událost";
|
||
|
$a->strings["status"] = "Stav";
|
||
|
$a->strings["photo"] = "fotografie";
|
||
|
$a->strings["Welcome to %s"] = "Vítá Vás %s";
|