mirror of
https://github.com/nextcloud/server.git
synced 2026-04-02 15:45:38 -04:00
6 lines
176 B
PHP
6 lines
176 B
PHP
|
|
<?php
|
||
|
|
$TRANSLATIONS = array(
|
||
|
|
"_%n window__%n windows_" => array("%n okno", "%n okna", "%n oken")
|
||
|
|
);
|
||
|
|
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";
|