nextcloud/apps/files_sharing/l10n/ro.php

10 lines
405 B
PHP
Raw Normal View History

2012-09-19 04:07:26 +04:00
<?php $TRANSLATIONS = array(
"Password" => "Parolă",
"Submit" => "Trimite",
2012-09-27 04:03:09 +04:00
"%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",
2012-09-19 04:07:26 +04:00
"Download" => "Descarcă",
"No preview available for" => "Nici o previzualizare disponibilă pentru ",
"web services under your control" => "servicii web controlate de tine"
);