mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
CS: added translation from transifex
This commit is contained in:
parent
951f9dc006
commit
214e7d9b1c
128 changed files with 4605 additions and 664 deletions
11
smileybutton/lang/cs/strings.php
Normal file
11
smileybutton/lang/cs/strings.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?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["Smileybutton settings"] = "Smileybutton nastavení";
|
||||
$a->strings["You can hide the button and show the smilies directly."] = "Můžete skrýt tlačítko a zobrazit rovnou smajlíky.";
|
||||
$a->strings["Hide the button"] = "Skrýt tlačítko";
|
||||
$a->strings["Save Settings"] = "Uložit Nastavení";
|
Loading…
Add table
Add a link
Reference in a new issue