mirror of
https://github.com/nextcloud/server.git
synced 2026-04-27 09:08:22 -04:00
6 lines
138 B
PHP
6 lines
138 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Size" => "Rozmiar",
|
|
"Modified" => "Zmodyfikowane",
|
|
"Delete all" => "Usuń wszystko",
|
|
"Delete" => "Usuń"
|
|
);
|