mirror of
https://github.com/nextcloud/server.git
synced 2026-03-29 13:53:55 -04:00
9 lines
405 B
PHP
9 lines
405 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Password" => "Parolă",
|
|
"Submit" => "Trimite",
|
|
"%s shared the folder %s with you" => "%s a partajat directorul %s cu tine",
|
|
"%s shared the file %s with you" => "%s a partajat fișierul %s cu tine",
|
|
"Download" => "Descarcă",
|
|
"No preview available for" => "Nici o previzualizare disponibilă pentru ",
|
|
"web services under your control" => "servicii web controlate de tine"
|
|
);
|