diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-11-17 14:46:23 -0800 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-11-17 14:46:23 -0800 |
commit | 2a313eb971ab36e166308f7882897ef204234d0a (patch) | |
tree | 6bb7a72ee7bce1c0baef908af49ff1b817c939f2 /app/Locale/ro_RO/translations.php | |
parent | 3b786e05e0e51ca6f85ef9a3ca0d649f3e34c534 (diff) |
Add the possibility to send tasks and comments to multiple recipients
Diffstat (limited to 'app/Locale/ro_RO/translations.php')
-rw-r--r-- | app/Locale/ro_RO/translations.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Locale/ro_RO/translations.php b/app/Locale/ro_RO/translations.php index bbe6cffb..6a09c3d7 100644 --- a/app/Locale/ro_RO/translations.php +++ b/app/Locale/ro_RO/translations.php @@ -1266,7 +1266,7 @@ return array( 'Unable to upload files, check the permissions of your data folder.' => 'Nu am putut încărca fișierele, verifică permisiunile directorului de date.', 'Another category with the same name exists in this project' => 'Altă categorie cu același nume există deja în proiect', 'Comment sent by email successfully.' => 'Comentariul a fost trimis prin e-mail.', - 'Sent by email to [%s](mailto:%s) (%s)' => 'Trimite prin e-mail la [%s](mailto:%s) (%s)', + 'Sent by email to "%s" (%s)' => 'Trimite prin e-mail la "%s" (%s)', 'Unable to read uploaded file.' => 'Nu pot citi fișierul încărcat.', 'Database uploaded successfully.' => 'Baza de date a fost încărcată cu succes.', 'Task sent by email successfully.' => 'Sarcina a fost trimisă prin e-mail.', |