mirror of
https://github.com/nextcloud/server.git
synced 2026-03-05 06:50:55 -05:00
8 lines
192 B
PHP
8 lines
192 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Invalid request" => "Eskakizun baliogabea",
|
|
"Delete" => "Ezabatu",
|
|
"Cancel" => "Ezeztatu",
|
|
"Other" => "Bestea"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|