summaryrefslogtreecommitdiffstats
path: root/documentation/clientsidewidgets/clientsidewidgets-gwt.asciidoc
Commit message (Expand)AuthorAgeFilesLines
* Add documentation to master branchMarkus Koivisto2016-01-221-0/+20
* Revert "Merge branch 'documentation'"7.6.0.beta2Ilia Motornyi2015-12-031-20/+0
* Framework documentation INelmot2015-09-251-0/+20
ion> Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/settings/l10n/pl_PL.php
blob: 91ae517f236a1be1c734ba6a47d0f806ff0a9a95 (plain)
1
2
3
4
5
6
<?php
$TRANSLATIONS = array(
"Update" => "Uaktualnienie",
"Email" => "Email"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";