diff --git a/OATHAuth.i18n.php b/OATHAuth.i18n.php index ff4e0d92..8677dfaa 100644 --- a/OATHAuth.i18n.php +++ b/OATHAuth.i18n.php @@ -505,9 +505,13 @@ $messages['nl'] = array( ); /** Romanian (română) + * @author Firilacroco * @author Stelistcristi */ $messages['ro'] = array( + 'oathauth-token' => 'Jeton', + 'oathauth-currenttoken' => 'Jeton curent', + 'oathauth-newtoken' => 'Jeton nou', 'oathauth-notloggedin' => 'Autentificare necesară', );