Blame view
sources/apps/admin_migrate/l10n/ro.php
511 Bytes
|
03e52840d
|
1 2 3 4 5 6 7 8 |
<?php $TRANSLATIONS = array( "Export this ownCloud instance" => "Eportă această instanță ownCloud", "This will create a compressed file that contains the data of this owncloud instance." => "Această acțiune va crea un fișier arhivat care va conține datele acestei instanțe owncloud.", "Please choose the export type:" => "Te rugăm să alegi tipul de exportat:", "ownCloud system files" => "Fișiere de sistem ownCloud", "Just user files" => "Doar fișierele utilizatorilor", "Export" => "Exportă" ); |