diff --git a/modules/Plugins/Language/ro/Plugins.php b/modules/Plugins/Language/ro/Plugins.php new file mode 100644 index 00000000..2bd33360 --- /dev/null +++ b/modules/Plugins/Language/ro/Plugins.php @@ -0,0 +1,49 @@ + 'Plugins installed', + 'about' => 'About', + 'website' => 'Website', + 'repository' => 'Code repository', + 'authors' => 'Authors', + 'author_email' => 'Email {authorName}', + 'author_homepage' => '{authorName} homepage', + 'declaredHooks' => 'Declared hooks', + 'settings' => 'Settings', + 'settingsTitle' => '{type, select, + podcast {{pluginTitle} podcast settings} + episode {{pluginTitle} episode settings} + other {{pluginTitle} general settings} + }', + 'view' => 'View', + 'activate' => 'Activate', + 'deactivate' => 'Deactivate', + 'active' => 'Active', + 'inactive' => 'Inactive', + 'invalid' => 'Invalid', + 'uninstall' => 'Uninstall', + 'keywords' => [ + 'podcasting20' => 'Podcasting 2.0', + 'seo' => 'SEO', + 'analytics' => 'Analytics', + 'accessibility' => 'Accessibility', + ], + 'noDescription' => 'No description', + 'noReadme' => 'No README file found.', + 'messages' => [ + 'saveSettingsSuccess' => '{pluginTitle} settings were successfully saved!', + ], + 'errors' => [ + 'manifestError' => 'Plugin manifest has errors', + 'manifestMissing' => 'Plugin manifest "{manifestPath}" is missing.', + 'manifestJsonInvalid' => 'Plugin manifest "{manifestPath}" is not a valid JSON.', + ], +];