mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 18:21:40 -04:00
5 lines
98 B
PHP
5 lines
98 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Save" => "Gorde"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|