Updated Polish translation for Nextcloud integration

This commit is contained in:
Jan Potocki 2023-06-29 18:50:29 +02:00
parent 3d2c9836e2
commit c09f71e9a9
3 changed files with 27 additions and 4 deletions

View file

@ -14,6 +14,9 @@
"may have some" : "może mieć pewne",
"security considerations" : "względy bezpieczeństwa",
"Enter an email and password to auto-login to SnappyMail." : "Wpisz adres e-mail i hasło, aby automatycznie zalogować się do SnappyMaila.",
"Password" : "Hasło"
"Password" : "Hasło",
"Don't fully integrate in Nextcloud, use in iframe" : "Nie integruj całkowicie z Nextcloudem, używaj wewnątrz iframe",
"Debug" : "Debuguj",
"Import RainLoop data" : "Zaimportuj dane z RainLoopa"
},"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);"
}

View file

@ -40,18 +40,24 @@
<br />
<p>
<input id="snappymail-no-embed" name="snappymail-no-embed" type="checkbox" class="checkbox" <?php if ($_['snappymail-no-embed']) echo 'checked="checked"'; ?>>
<label for="snappymail-no-embed">Don't fully integrate in Nextcloud, use in iframe</label>
<label for="snappymail-no-embed">
<?php echo($l->t('Don\'t fully integrate in Nextcloud, use in iframe')); ?>
</label>
</p>
<br />
<p>
<input id="snappymail-debug" name="snappymail-debug" type="checkbox" class="checkbox" <?php if ($_['snappymail-debug']) echo 'checked="checked"'; ?>>
<label for="snappymail-debug">Debug</label>
<label for="snappymail-debug">
<?php echo($l->t('Debug')); ?>
</label>
</p>
<br />
<?php if ($_['can-import-rainloop']) { ?>
<p>
<input id="import-rainloop" name="import-rainloop" type="checkbox" class="checkbox">
<label for="import-rainloop">Import RainLoop data</label>
<label for="import-rainloop">
<?php echo($l->t('Import RainLoop data')); ?>
</label>
</p>
<br />
<?php } ?>

View file

@ -0,0 +1,14 @@
{
"NEXTCLOUD": {
"SAVE_ATTACHMENTS": "Zapisz w Nextcloudzie",
"SAVE_EML": "Zapisz jako .eml w Nextcloudzie",
"SAVE_ICS": "Dodaj do Kalendarza",
"SELECT_FOLDER": "Wybierz folder",
"SELECT_FILES": "Wybierz plik(i)",
"ATTACH_FILES": "Dodaj załącznik z Nextclouda",
"SELECT_CALENDAR": "Wybierz kalendarz",
"FILE_ATTACH": "dołącz",
"FILE_INTERNAL": "link wewnętrzny",
"FILE_PUBLIC": "link publiczny"
}
}