nextcloud/apps/gallery/l10n/ro.php

13 lines
373 B
PHP
Raw Normal View History

2012-05-09 14:41:01 +04:00
<?php $TRANSLATIONS = array(
2012-06-06 02:29:28 +04:00
"Pictures" => "Imagini",
"Settings" => "Setări",
2012-05-09 14:41:01 +04:00
"Rescan" => "Re-scanează",
2012-06-06 02:29:28 +04:00
"Stop" => "Stop",
"Share" => "Partajează",
"Back" => "Înapoi",
"Remove confirmation" => "Șterge confirmarea",
"Do you want to remove album" => "Vrei să ștergi albumul",
"Change album name" => "Schimbă numele albumului",
"New album name" => "Nume nou album"
2012-05-09 14:41:01 +04:00
);