server/apps/files_sharing/l10n/fa.php

9 lines
317 B
PHP
Raw Normal View History

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