aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dashboard/l10n/pl.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/dashboard/l10n/pl.js')
-rw-r--r--apps/dashboard/l10n/pl.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/dashboard/l10n/pl.js b/apps/dashboard/l10n/pl.js
index 34c60ac18ba..8c0dd99508f 100644
--- a/apps/dashboard/l10n/pl.js
+++ b/apps/dashboard/l10n/pl.js
@@ -16,7 +16,6 @@ OC.L10N.register(
"Hello, {name}" : "Witaj {name}",
"Happy birthday 🥳🤩🎂🎉" : "Najlepsze życzenia urodzinowe 🥳🤩🎂🎉",
"Happy birthday, {name} 🥳🤩🎂🎉" : "Najlepsze życzenia urodzinowe, {name} 🥳🤩🎂🎉",
- "\"{title} icon\"" : "\"ikona {title}\"",
"Customize" : "Dostosuj",
"Edit widgets" : "Edytuj widżety",
"Get more widgets from the App Store" : "Pobierz więcej widżetów z Nextcloud App Store",
@@ -24,6 +23,7 @@ OC.L10N.register(
"For your privacy, the weather data is requested by your Nextcloud server on your behalf so the weather service receives no personal information." : "Ze względu na Twoją prywatność dane pogodowe są pobierane przez serwer Nextcloud w Twoim imieniu. Usługa pogodowa nie otrzymuje żadnych danych osobowych.",
"Weather data from Met.no" : "Dane pogodowe z Met.no",
"geocoding with Nominatim" : "geokodowanie z Nominatim",
- "elevation data from OpenTopoData" : "dane wysokościowe z OpenTopoData"
+ "elevation data from OpenTopoData" : "dane wysokościowe z OpenTopoData",
+ "\"{title} icon\"" : "\"ikona {title}\""
},
"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);");