mirror of
https://github.com/nextcloud/server.git
synced 2026-02-22 01:11:23 -05:00
6 lines
137 B
PHP
6 lines
137 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Saving..." => "Lagrer...",
|
|
"Encryption" => "Kryptering"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|