diff --git a/l10n/pl.js b/l10n/pl.js new file mode 100644 index 0000000..65f6d2b --- /dev/null +++ b/l10n/pl.js @@ -0,0 +1,20 @@ +OC.L10N.register( + "data_request", + { + "sent!" : "wysłano!", + "No administrator could have been contacted." : "Nie można było skontaktować się z żadnym administratorem.", + "Personal data export request" : "Żądanie eksportu danych osobowych", + "Hello %s," : "Witaj %s,", + "The user %s, identified by user id \"%s\", has requested an export of his personal data. Please take action accordingly." : "Użytkownik %s, zidentyfikowany jako \"%s\", zażądał eksportu swoich danych osobowych. Proszę podjąć odpowiednie działania.", + "Account deletion request" : "Prośba usunięcia konta", + "The user %s, identified by user id \"%s\", has requested to delete the account. Please take action accordingly." : "Użytkownik %s, zidentyfikowany jako \"%s\", zażądał usunięcia swojego konta. Proszę podjąć odpowiednie działania.", + "No administrator has set an email address" : "Żaden administrator nie ustawił adresu e-mail", + "Data Request" : "Żądanie danych", + "Request your data from the admins" : "Poproś o dane od administratorów", + "Enable your users to request an export or deletion of their data. According options are added to the personal settings section. Administrations will be notified by email about the request." : "Umożliwiaj użytkownikom zażądanie eksportu lub usunięcia ich danych. Odpowiednie opcje są dodawane do sekcji ustawień osobistych. Administracje zostaną powiadomione pocztą elektroniczną o żądaniu.", + "Account" : "Konto", + "You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Możesz zażądać eksportu danych lub usunięcia konta od administratora systemu. Może to potrwać do 30 dni.", + "Request data export" : "Zażądaj eksportu danych", + "Request account deletion" : "Zażądaj usunięcia konta" +}, +"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);"); diff --git a/l10n/pl.json b/l10n/pl.json new file mode 100644 index 0000000..0a5ca90 --- /dev/null +++ b/l10n/pl.json @@ -0,0 +1,18 @@ +{ "translations": { + "sent!" : "wysłano!", + "No administrator could have been contacted." : "Nie można było skontaktować się z żadnym administratorem.", + "Personal data export request" : "Żądanie eksportu danych osobowych", + "Hello %s," : "Witaj %s,", + "The user %s, identified by user id \"%s\", has requested an export of his personal data. Please take action accordingly." : "Użytkownik %s, zidentyfikowany jako \"%s\", zażądał eksportu swoich danych osobowych. Proszę podjąć odpowiednie działania.", + "Account deletion request" : "Prośba usunięcia konta", + "The user %s, identified by user id \"%s\", has requested to delete the account. Please take action accordingly." : "Użytkownik %s, zidentyfikowany jako \"%s\", zażądał usunięcia swojego konta. Proszę podjąć odpowiednie działania.", + "No administrator has set an email address" : "Żaden administrator nie ustawił adresu e-mail", + "Data Request" : "Żądanie danych", + "Request your data from the admins" : "Poproś o dane od administratorów", + "Enable your users to request an export or deletion of their data. According options are added to the personal settings section. Administrations will be notified by email about the request." : "Umożliwiaj użytkownikom zażądanie eksportu lub usunięcia ich danych. Odpowiednie opcje są dodawane do sekcji ustawień osobistych. Administracje zostaną powiadomione pocztą elektroniczną o żądaniu.", + "Account" : "Konto", + "You can request an export of your data or account deletion from the system administrator. This can take up to 30 days." : "Możesz zażądać eksportu danych lub usunięcia konta od administratora systemu. Może to potrwać do 30 dni.", + "Request data export" : "Zażądaj eksportu danych", + "Request account deletion" : "Zażądaj usunięcia konta" +},"pluralForm" :"nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);" +} \ No newline at end of file