mirror of
https://github.com/nextcloud/server.git
synced 2026-03-08 00:11:03 -05:00
6 lines
141 B
PHP
6 lines
141 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Saving..." => "שמירה…",
|
|
"Encryption" => "הצפנה"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|