mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Updated Polish translation for Nextcloud integration
This commit is contained in:
parent
3d2c9836e2
commit
c09f71e9a9
3 changed files with 27 additions and 4 deletions
|
|
@ -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);"
|
||||
}
|
||||
|
|
@ -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 } ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue