diff options
author | Robin Appelman <icewind@owncloud.com> | 2012-06-06 00:29:28 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2012-06-06 00:29:44 +0200 |
commit | f1b10fcc93dad0667cf50f0e3d9d423705a4ed8a (patch) | |
tree | 2f9c2151cb7c6cb46b302d1f9ba1ae2f9a9fdf90 /apps/gallery/l10n/ro.php | |
parent | 063c9accb6772001ade8bea1251cd0d9bd000e15 (diff) | |
download | nextcloud-server-f1b10fcc93dad0667cf50f0e3d9d423705a4ed8a.tar.gz nextcloud-server-f1b10fcc93dad0667cf50f0e3d9d423705a4ed8a.zip |
update translations
Diffstat (limited to 'apps/gallery/l10n/ro.php')
-rw-r--r-- | apps/gallery/l10n/ro.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/apps/gallery/l10n/ro.php b/apps/gallery/l10n/ro.php index 624e73659b9..3537c68b173 100644 --- a/apps/gallery/l10n/ro.php +++ b/apps/gallery/l10n/ro.php @@ -1,4 +1,12 @@ <?php $TRANSLATIONS = array( +"Pictures" => "Imagini", +"Settings" => "Setări", "Rescan" => "Re-scanează", -"Back" => "Înapoi" +"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" ); |