server/apps/files_sharing/l10n/fa.php

7 lines
225 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2013-07-08 00:09:41 +00:00
"The password is wrong. Try again." => "رمزعبور اشتباه می باشد. دوباره امتحان کنید.",
2014-03-11 05:59:39 +00:00
"Password" => "گذرواژه"
2012-08-24 00:07:18 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=1; plural=0;";