mirror of
https://github.com/nextcloud/server.git
synced 2026-05-26 19:32:28 -04:00
6 lines
133 B
PHP
6 lines
133 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Size" => "Mida",
|
|
"Modified" => "Modificat",
|
|
"Delete all" => "Esborra-ho tot",
|
|
"Delete" => "Elimina"
|
|
);
|