]> git.mxchange.org Git - friendica-addons.git/blob - buffer/lang/pl/strings.php
regenerated all the strings
[friendica-addons.git] / buffer / lang / pl / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_pl")) {
4 function string_plural_select_pl($n){
5         $n = intval($n);
6         if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else  { return 3; }
7 }}
8 $a->strings['Permission denied.'] = 'Odmowa uprawnień.';
9 $a->strings['Save Settings'] = 'Zapisz ustawienia';
10 $a->strings['Client ID'] = 'Identyfikator ID klienta';
11 $a->strings['Client Secret'] = ' Tajny klucz klienta';
12 $a->strings['Error when registering buffer connection:'] = 'Błąd podczas rejestrowania połączenia z buforem:';
13 $a->strings['You are now authenticated to buffer. '] = 'Jesteś teraz uwierzytelniony w buforze.';
14 $a->strings['return to the connector page'] = 'powrót do strony połączenia';
15 $a->strings['Post to Buffer'] = 'Opublikuj w buforze';
16 $a->strings['Buffer Export'] = 'Eksportuj Bufor';
17 $a->strings['Authenticate your Buffer connection'] = 'Uwierzytelnij swoje połączenie z buforem';
18 $a->strings['Enable Buffer Post Addon'] = 'Włącz dodatek bufora pocztowego';
19 $a->strings['Post to Buffer by default'] = 'Wyślij domyślnie post do bufora';
20 $a->strings['Check to delete this preset'] = 'Zaznacz, aby usunąć to ustawienie wstępne';
21 $a->strings['Posts are going to all accounts that are enabled by default:'] = 'Wpisy są wysyłane na wszystkie konta, które są domyślnie włączone:';