blob: 48888f798a0a1e505b8ed09b1de3994d277c6b36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?php
$TRANSLATIONS = array(
"The password is wrong. Try again." => "رمزعبور اشتباه می باشد. دوباره امتحان کنید.",
"Password" => "گذرواژه",
"Submit" => "ثبت",
"%s shared the folder %s with you" => "%sپوشه %s را با شما به اشتراک گذاشت",
"%s shared the file %s with you" => "%sفایل %s را با شما به اشتراک گذاشت",
"Download" => "دانلود",
"Upload" => "بارگزاری",
"Cancel upload" => "متوقف کردن بار گذاری",
"No preview available for" => "هیچگونه پیش نمایشی موجود نیست"
);
$PLURAL_FORMS = "nplurals=1; plural=0;";
|