server/apps/files_sharing/l10n/fa.php

13 lines
635 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." => "رمزعبور اشتباه می باشد. دوباره امتحان کنید.",
2013-02-02 23:06:15 +00:00
"Password" => "گذرواژه",
"%s shared the folder %s with you" => "%sپوشه %s را با شما به اشتراک گذاشت",
"%s shared the file %s with you" => "%sفایل %s را با شما به اشتراک گذاشت",
"Download" => "دانلود",
2013-06-30 00:13:07 +00:00
"Upload" => "بارگزاری",
"Cancel upload" => "متوقف کردن بار گذاری",
2013-06-14 00:52:34 +00:00
"No preview available for" => "هیچگونه پیش نمایشی موجود نیست"
2012-08-24 00:07:18 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=1; plural=0;";