]> git.mxchange.org Git - friendica-addons.git/blob - buffer/lang/cs/strings.php
translation updates
[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         $n = intval($n);
6         return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
7 }}
8 ;
9 $a->strings["Permission denied."] = "Přístup odmítnut.";
10 $a->strings["Save Settings"] = "Uložit Nastavení";
11 $a->strings["Client ID"] = "Client ID";
12 $a->strings["Client Secret"] = "Client Secret";
13 $a->strings["Error when registering buffer connection:"] = "Chyba při registraci připojení na buffer:";
14 $a->strings["You are now authenticated to buffer. "] = "Nyní jste přihlášen/a na buffer.";
15 $a->strings["return to the connector page"] = "zpět ke stránce konektoru";
16 $a->strings["Post to Buffer"] = "Posílat na Buffer";
17 $a->strings["Buffer Export"] = "Buffer Export";
18 $a->strings["Authenticate your Buffer connection"] = "Autentikujte své připojení na Buffer";
19 $a->strings["Enable Buffer Post Addon"] = "Povolit doplněk Buffer Post";
20 $a->strings["Post to Buffer by default"] = "Ve výchozím stavu posílat na Buffer";
21 $a->strings["Check to delete this preset"] = "Zaškrtnutím smažete toto nastavení";
22 $a->strings["Posts are going to all accounts that are enabled by default:"] = "Příspěvky budou posílány na všechny účty, které jsou ve výchozím stavu povoleny:";