mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
6 lines
155 B
PHP
6 lines
155 B
PHP
|
|
<?php
|
||
|
|
$TRANSLATIONS = array(
|
||
|
|
"personal settings" => "వ్యక్తిగత అమరికలు"
|
||
|
|
);
|
||
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|