summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/blog/lang/ro/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'platform/www/lib/plugins/blog/lang/ro/lang.php')
-rw-r--r--platform/www/lib/plugins/blog/lang/ro/lang.php32
1 files changed, 32 insertions, 0 deletions
diff --git a/platform/www/lib/plugins/blog/lang/ro/lang.php b/platform/www/lib/plugins/blog/lang/ro/lang.php
new file mode 100644
index 0000000..5a216db
--- /dev/null
+++ b/platform/www/lib/plugins/blog/lang/ro/lang.php
@@ -0,0 +1,32 @@
+<?php
+/**
+ * Romanian language file
+ *
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ * @author Esther Brunner <wikidesign@gmail.com>
+ * @author Florin Chitiul <florinko@gmail.com>
+ */
+// custom language strings for the plugin
+$lang['blog'] = 'Blog';
+$lang['older'] = 'Intrări vechi';
+$lang['newer'] = 'Intrări mai noi';
+$lang['newentry'] = 'Postare nouă:';
+$lang['missing_includeplugin'] = 'Plugin-ul Include trebuie să fie instalat pentru ca blogul să fie funcțional.';
+$lang['missing_pagelistplugin'] = 'The Pagelist Plugin must be installed for archive lists to work.';
+$lang['missing_tagplugin'] = 'Plugin-ul Tag trebuie să fie instalat pentru a utiliza convocări subtile tag.';
+$lang['autoarchive'] = '%1$d Post(ări) pentru %2$lea %3$lea';
+$lang['month_01'] = 'Ianuarie';
+$lang['month_02'] = 'Februarie';
+$lang['month_03'] = 'Martie';
+$lang['month_04'] = 'Aprilie';
+$lang['month_05'] = 'Mai';
+$lang['month_06'] = 'Iunie';
+$lang['month_07'] = 'Iulie';
+$lang['month_08'] = 'August';
+$lang['month_09'] = 'Septembrie';
+$lang['month_10'] = 'Octobrie';
+$lang['month_11'] = 'Noiebrie';
+$lang['month_12'] = 'Decembrie';
+$lang['entries'] = 'intrări';
+$lang['entry'] = 'intrare';
+$lang['archive_title'] = 'Istoria blogului';