mirror of
https://github.com/nextcloud/server.git
synced 2026-04-29 18:11:41 -04:00
6 lines
149 B
PHP
6 lines
149 B
PHP
|
|
<?php
|
||
|
|
$TRANSLATIONS = array(
|
||
|
|
"Saving..." => "...ਸੰਭਾਲਿਆ ਜਾ ਰਿਹਾ ਹੈ"
|
||
|
|
);
|
||
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|