diff options
Diffstat (limited to 'plugins/new_user_dialog/localization/mr_IN.inc')
-rw-r--r-- | plugins/new_user_dialog/localization/mr_IN.inc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/plugins/new_user_dialog/localization/mr_IN.inc b/plugins/new_user_dialog/localization/mr_IN.inc new file mode 100644 index 000000000..ebf0d919f --- /dev/null +++ b/plugins/new_user_dialog/localization/mr_IN.inc @@ -0,0 +1,20 @@ +<?php + +/* + +-----------------------------------------------------------------------+ + | localization/mr_IN/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Devendra Buddhikot <devendradb@rediffmail.com> | + +-----------------------------------------------------------------------+ + @version $Id$ +*/ + +$labels = array(); +$labels['identitydialogtitle'] = 'कृपया पाठवणा-याची ओळख पूर्ण करा'; +$labels['identitydialoghint'] = 'हा चौकोन पहिल्यांदा लॉगिन करताना एकदाच दिसेल.'; + |