diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-12-23 03:04:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-12-23 03:04:48 +0000 |
commit | 945afd4432d25fb36de4cb98736fc2777c0a54a5 (patch) | |
tree | 373c437abfc554fe5e1a74162fe0610bbed6ec52 /apps/dav/l10n/pl.js | |
parent | 5b64b8119fc9c004887b514722bcecc2353564de (diff) | |
download | nextcloud-server-945afd4432d25fb36de4cb98736fc2777c0a54a5.tar.gz nextcloud-server-945afd4432d25fb36de4cb98736fc2777c0a54a5.zip |
Fix(l10n): đ Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav/l10n/pl.js')
-rw-r--r-- | apps/dav/l10n/pl.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/dav/l10n/pl.js b/apps/dav/l10n/pl.js index 4a6e63a27d6..18524d23eea 100644 --- a/apps/dav/l10n/pl.js +++ b/apps/dav/l10n/pl.js @@ -180,8 +180,6 @@ OC.L10N.register( "Please contact the organizer directly." : "Skontaktuj siÄ bezpoĆrednio z orgnizatorem.", "Are you accepting the invitation?" : "Czy akceptujesz zaproszenie?", "Tentative" : "Niepewne", - "Number of guests" : "Liczba goĆci", - "Comment" : "Komentarz", "Your attendance was updated successfully." : "Twoja obecnoĆÄ zostaĆa pomyĆlnie zaktualizowana.", "Todos" : "Zadania", "{actor} created todo {todo} in list {calendar}" : "{actor} utworzyĆ zadanie {todo} na liĆcie {calendar}", @@ -194,6 +192,8 @@ OC.L10N.register( "You solved todo {todo} in list {calendar}" : "ZakoĆczyĆeĆ zadanie {todo} na liĆcie {calendar}", "{actor} reopened todo {todo} in list {calendar}" : "{actor} otworzyĆ ponownie zadanie {todo} na liĆcie {calendar}", "You reopened todo {todo} in list {calendar}" : "OtworzyĆeĆ ponownie zadanie {todo} na liĆcie {calendar}", - "A calendar <strong>todo</strong> was modified" : "Kalendarz <strong>zadaĆ</strong> zostaĆ zmieniony" + "A calendar <strong>todo</strong> was modified" : "Kalendarz <strong>zadaĆ</strong> zostaĆ zmieniony", + "Number of guests" : "Liczba goĆci", + "Comment" : "Komentarz" }, "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);"); |