]> git.mxchange.org Git - friendica-addons.git/blobdiff - webrtc/lang/pl/strings.php
regenerated all the strings
[friendica-addons.git] / webrtc / lang / pl / strings.php
index 5b39ed95a92d166a7dc68461b8ce2254e17a57f7..a1410a71664f66302f5832ca001f368d7ef9a5c4 100644 (file)
@@ -5,12 +5,11 @@ function string_plural_select_pl($n){
        $n = intval($n);
        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; }
 }}
-;
-$a->strings["WebRTC Videochat"] = "Videochat WebRTC";
-$a->strings["Save Settings"] = "Zapisz ustawienia";
-$a->strings["WebRTC Base URL"] = "Podstawowy adres URL WebRTC";
-$a->strings["Page your users will create a WebRTC chat room on. For example you could use https://live.mayfirst.org ."] = "Strona Twoich użytkowników utworzą pokój czatu WebRTC. Na przykład możesz użyć https://live.mayfirst.org.";
-$a->strings["Settings updated."] = "Zaktualizowano ustawienia.";
-$a->strings["Video Chat"] = "Czat wideo";
-$a->strings["WebRTC is a video and audio conferencing tool that works with Firefox (version 21 and above) and Chrome/Chromium (version 25 and above). Just create a new chat room and send the link to someone you want to chat with."] = "WebRTC to narzędzie do wideokonferencji, które działa z przeglądarką Firefox (wersja 21 i nowsze) oraz Chrome/Chromium (wersja 25 i nowsze). Utwórz nowy pokój czatu i wyślij link do kogoś, z kim chcesz porozmawiać.";
-$a->strings["Please contact your friendica admin and send a reminder to configure the WebRTC addon."] = "Skontaktuj się z administratorem friendica i wyślij przypomnienie, aby skonfigurować dodatek WebRTC.";
+$a->strings['WebRTC Videochat'] = 'Videochat WebRTC';
+$a->strings['Save Settings'] = 'Zapisz ustawienia';
+$a->strings['WebRTC Base URL'] = 'Podstawowy adres URL WebRTC';
+$a->strings['Page your users will create a WebRTC chat room on. For example you could use https://live.mayfirst.org .'] = 'Strona Twoich użytkowników utworzą pokój czatu WebRTC. Na przykład możesz użyć https://live.mayfirst.org.';
+$a->strings['Settings updated.'] = 'Zaktualizowano ustawienia.';
+$a->strings['Video Chat'] = 'Czat wideo';
+$a->strings['WebRTC is a video and audio conferencing tool that works with Firefox (version 21 and above) and Chrome/Chromium (version 25 and above). Just create a new chat room and send the link to someone you want to chat with.'] = 'WebRTC to narzędzie do wideokonferencji, które działa z przeglądarką Firefox (wersja 21 i nowsze) oraz Chrome/Chromium (wersja 25 i nowsze). Utwórz nowy pokój czatu i wyślij link do kogoś, z kim chcesz porozmawiać.';
+$a->strings['Please contact your friendica admin and send a reminder to configure the WebRTC addon.'] = 'Skontaktuj się z administratorem friendica i wyślij przypomnienie, aby skonfigurować dodatek WebRTC.';