diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-21 02:09:12 +0200 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2012-08-21 02:09:12 +0200 |
commit | b819aa33f7d0053155cc382ab03c9cf8124c8a47 (patch) | |
tree | c24206f726a32f691fed6f5d3d89b4f98778fd4c /apps/admin_dependencies_chk | |
parent | 1e42cd162e70b6c9498c806a05c5c52402035c65 (diff) | |
download | nextcloud-server-b819aa33f7d0053155cc382ab03c9cf8124c8a47.tar.gz nextcloud-server-b819aa33f7d0053155cc382ab03c9cf8124c8a47.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/admin_dependencies_chk')
-rw-r--r-- | apps/admin_dependencies_chk/l10n/pl.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/admin_dependencies_chk/l10n/pl.php b/apps/admin_dependencies_chk/l10n/pl.php new file mode 100644 index 00000000000..e40d23cb7e1 --- /dev/null +++ b/apps/admin_dependencies_chk/l10n/pl.php @@ -0,0 +1,14 @@ +<?php $TRANSLATIONS = array( +"The php-json module is needed by the many applications for inter communications" => "Moduł php-json jest wymagane przez wiele aplikacji do wewnętrznej łączności", +"The php-curl modude is needed to fetch the page title when adding a bookmarks" => "Modude php-curl jest wymagany do pobrania tytułu strony podczas dodawania zakładki", +"The php-gd module is needed to create thumbnails of your images" => "Moduł php-gd jest wymagany do tworzenia miniatury obrazów", +"The php-ldap module is needed connect to your ldap server" => "Moduł php-ldap jest wymagany aby połączyć się z serwerem ldap", +"The php-zip module is needed download multiple files at once" => "Moduł php-zip jest wymagany aby pobrać wiele plików na raz", +"The php-mb_multibyte module is needed to manage correctly the encoding." => "Moduł php-mb_multibyte jest wymagany do poprawnego zarządzania kodowaniem.", +"The php-ctype module is needed validate data." => "Moduł php-ctype jest wymagany do sprawdzania poprawności danych.", +"The php-xml module is needed to share files with webdav." => "Moduł php-xml jest wymagany do udostępniania plików przy użyciu protokołu webdav.", +"The allow_url_fopen directive of your php.ini should be set to 1 to retrieve knowledge base from OCS servers" => "Dyrektywy allow_url_fopen użytkownika php.ini powinna być ustawiona na 1 do pobierania bazy wiedzy z serwerów OCS", +"The php-pdo module is needed to store owncloud data into a database." => "Moduł php-pdo jest wymagany do przechowywania danych owncloud w bazie danych.", +"Dependencies status" => "Stan zależności", +"Used by :" => "Używane przez:" +); |