]> git.mxchange.org Git - friendica-addons.git/blob - buffer/lang/cs/strings.php
Merge pull request #516 from MrPetovan/task/3878-move-include-bbcode-to-src
[friendica-addons.git] / buffer / lang / cs / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_cs")) {
4 function string_plural_select_cs($n){
5         return ($n==1) ? 0 : ($n>=2 && $n<=4) ? 1 : 2;;
6 }}
7 ;
8 $a->strings["Permission denied."] = "Přístup odmítnut.";
9 $a->strings["Save Settings"] = "Uložit Nastavení";
10 $a->strings["Client ID"] = "Client ID";
11 $a->strings["Client Secret"] = "Client Secret";
12 $a->strings["Error when registering buffer connection:"] = "Chyba při registraci buffer spojená";
13 $a->strings["You are now authenticated to buffer. "] = "Nyní jste přihlášen k bufferu.";
14 $a->strings["return to the connector page"] = "návrat ke stránce konektor";
15 $a->strings["Post to Buffer"] = "Příspěvek na Buffer";
16 $a->strings["Buffer Export"] = "Buffer Export";
17 $a->strings["Authenticate your Buffer connection"] = "Přihlásit ke spojení na Buffer";
18 $a->strings["Enable Buffer Post Addon"] = "Povolit Buffer Post Addon";
19 $a->strings["Post to Buffer by default"] = "Defaultně zaslat na Buffer";
20 $a->strings["Check to delete this preset"] = "Zaškrtnout pro smazání tohoto nastavení";
21 $a->strings["Posts are going to all accounts that are enabled by default:"] = "Příspěvky jsou zasílány na všechny účty, které jsou defaultně povoleny:";