diff options
Diffstat (limited to 'apps/dashboard/l10n/pl.js')
-rw-r--r-- | apps/dashboard/l10n/pl.js | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/apps/dashboard/l10n/pl.js b/apps/dashboard/l10n/pl.js index d20823c9b8a..ef68090b8c7 100644 --- a/apps/dashboard/l10n/pl.js +++ b/apps/dashboard/l10n/pl.js @@ -27,9 +27,6 @@ OC.L10N.register( "Default images" : "Obrazy domyślne", "Plain background" : "Zwykłe tło", "Insert from {productName}" : "Wstaw z {productName}", - "Get more widgets from the app store" : "Pobierz więcej widżetów ze sklepu z aplikacjami", - "Good night, {name}" : "Dobranoc, {name}", - "Good night" : "Dobranoc", - "Pick from files" : "Wybierz z Plików" + "Get more widgets from the app store" : "Pobierz więcej widżetów ze sklepu z aplikacjami" }, "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);"); |